# File lib/mongo/bulk_write.rb, line 112 def initialize(collection, requests, options = {}) @collection = collection @requests = requests @options = options || {} end