# File lib/bson/ordered_hash.rb, line 97
      def merge(other)
        oh = self.dup
        oh.merge!(other)
        oh
      end