class Hash

Public Instance Methods

to_mash() click to toggle source
# File lib/datapimp/core_ext.rb, line 2
def to_mash
  Hashie::Mash.new(self)
end