# File lib/hashie/mash.rb, line 142
    def shallow_merge(other_hash)
      dup.shallow_update(other_hash)
    end