# File lib/mongo/index/view.rb, line 217 def initialize(collection, options = {}) @collection = collection @batch_size = options[:batch_size] @options = options end