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