class Hashie::Mash

def deep_merge(other_hash)

current mash.
Performs a deep_update on a duplicate of the
def deep_merge(other_hash)
  dup.deep_update(other_hash)
end