# File lib/mongo/protocol/kill_cursors.rb, line 113 def initialize(collection, cursor_ids) @collection = collection @cursor_ids = cursor_ids end