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