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