# File lib/hashery/castinghash.rb, line 143
  def to_hash
    h = {}; each{ |k,v| h[k] = v }; h
  end