# File lib/bson/support/hash_with_indifferent_access.rb, line 125
    def reverse_merge(other_hash)
      super self.class.new_from_hash_copying_default(other_hash)
    end