class Hashie::Mash

def shallow_merge(other_hash)

Performs a shallow_update on a duplicate of the current mash
def shallow_merge(other_hash)
  dup.shallow_update(other_hash)
end