Class: Hash

Inherits:
Object show all
Defined in:
lib/smooth/ext/core.rb

Instance Method Summary collapse

Instance Method Details

#to_mashObject



2
3
4
# File 'lib/smooth/ext/core.rb', line 2

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