# File lib/facets/core/hash/to_struct.rb, line 12
   def to_struct(struct_name)
      Struct.new(struct_name,*keys).new(*values)
   end