Method: Mongo::Collection::View::Readable#sort
- Defined in:
- lib/mongo/collection/view/readable.rb
#sort(spec = nil) ⇒ Hash, View
The key and direction pairs by which the result set will be sorted.
595 596 597 |
# File 'lib/mongo/collection/view/readable.rb', line 595 def sort(spec = nil) configure(:sort, spec) end |