# File lib/mongo/protocol/insert.rb, line 149
        def initialize(collection, documents, options)
          @collection = collection
          @documents = documents
          @options = options
        end