Method: Mongo::Collection::View::MapReduce#out
- Defined in:
- lib/mongo/collection/view/map_reduce.rb
#out(location = nil) ⇒ MapReduce, Hash
Set or get the output location for the operation.
165 166 167 |
# File 'lib/mongo/collection/view/map_reduce.rb', line 165 def out(location = nil) configure(:out, location) end |