# File lib/hashie/mash.rb, line 106
    def deep_merge(other_hash)
      dup.deep_update(other_hash)
    end