# File lib/mongo/collection.rb, line 268 def find(filter = nil, options = {}) View.new(self, filter || {}, options) end