Class: Hash

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

Instance Method Summary collapse

Instance Method Details

#to_structObject



4
5
6
# File 'lib/Olib/ext/hash.rb', line 4

def to_struct
  OpenStruct.new self
end