# File lib/mongoid/collection.rb, line 112 def map_reduce(map, reduce, options = {}) master(options).map_reduce(map, reduce, options) end