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