# File lib/bson/ordered_hash.rb, line 98
      def replace(other)
        @ordered_keys.replace(other.keys)
        super
      end