class Hash

Public Instance Methods

to_obj() click to toggle source
# File lib/objectifyhash/hash.rb, line 3
def to_obj
  ObjectifyHash::GenericObject.new( self )
end