class Hashie::Mash

def deep_merge(other_hash, &blk)

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