Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/datapimp/core_ext.rb

Instance Method Summary collapse

Instance Method Details

#to_mashObject



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

def to_mash
  Hashie::Mash.new(self)
end