Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/objectifyhash/hash.rb

Instance Method Summary collapse

Instance Method Details

#to_objObject



3
4
5
# File 'lib/objectifyhash/hash.rb', line 3

def to_obj
  ObjectifyHash::GenericObject.new( self )
end