Method: Mongoid::Contextual::MapReduce#input
- Defined in:
- lib/mongoid/contextual/map_reduce.rb
#input ⇒ Integer
Get the number of documents that were input into the map/reduce.
96 97 98 |
# File 'lib/mongoid/contextual/map_reduce.rb', line 96 def input counts["input"] end |