Class: Hash

Inherits:
Object show all
Defined in:
lib/irxrb/core_ext/hash_to_obj.rb

Instance Method Summary collapse

Instance Method Details

#to_objObject



2
3
4
# File 'lib/irxrb/core_ext/hash_to_obj.rb', line 2

def to_obj
  Irxrb::HashObject.new(self)
end