# File lib/hashery/casting_hash.rb, line 21
    def self.[](hash)
      s = new
      hash.each{ |k,v| s[k] = v }
      s
    end