Method: Mongo::Operation::Specifiable#cursor_count
- Defined in:
- lib/mongo/operation/shared/specifiable.rb
#cursor_count ⇒ Integer
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Get the cursor count from the spec.
175 176 177 |
# File 'lib/mongo/operation/shared/specifiable.rb', line 175 def cursor_count spec[CURSOR_COUNT] end |