class Hash

Public Instance Methods

to_mash() click to toggle source
# File lib/smooth/ext/core.rb, line 2
def to_mash
  Hashie::Mash.new(dup)
end