# File lib/mongo/collection.rb, line 567
    def delete_many(filter = nil, options = {})
      find(filter, options).delete_many(options)
    end