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