# File lib/mongo/collection/view/readable.rb, line 47 def aggregate(pipeline, options = {}) Aggregation.new(self, pipeline, options) end