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