# File lib/hashery/orderedhash.rb, line 139
    def merge(other_hash)
      dup.merge!(other_hash)
    end