# File lib/mongo/protocol/delete.rb, line 133
        def initialize(collection, filter, options)
          @collection = collection
          @filter = filter
          @options = options
        end