Method: Mongo::Collection::View::Readable#skip
- Defined in:
- lib/mongo/collection/view/readable.rb
#skip(number = nil) ⇒ Integer, View
The number of docs to skip before returning results.
525 526 527 |
# File 'lib/mongo/collection/view/readable.rb', line 525 def skip(number = nil) configure(:skip, number) end |