Method: Mongoid::Contextual::Memory#length
- Defined in:
- lib/mongoid/contextual/memory.rb
#length ⇒ Integer Also known as: size
Get the length of matching documents in the context.
234 235 236 |
# File 'lib/mongoid/contextual/memory.rb', line 234 def length documents.length end |