Method: Mongoid::Contextual::MapReduce#finalize
- Defined in:
- lib/mongoid/contextual/map_reduce.rb
#finalize(function) ⇒ MapReduce
Provide a finalize js function for the map/reduce.
66 67 68 69 |
# File 'lib/mongoid/contextual/map_reduce.rb', line 66 def finalize(function) command[:finalize] = function self end |