class Hashie::Hash

def to_mash

Convert this hash into a Mash
def to_mash
  ::Hashie::Mash.new(self)
end