Class: Ambition::Adapters::AmbitiousSphinx::Sort
- Defined in:
- lib/ambition/adapters/ambitious_sphinx/sort.rb
Overview
Sort
would normally handle sorting, but we don’t support it yet.
Instance Method Summary collapse
-
#chained_reverse_sort_by(receiver, method) ⇒ Object
Not implemented.
-
#chained_sort_by(receiver, method) ⇒ Object
Not implemented.
-
#rand ⇒ Object
Not implemented.
-
#reverse_sort_by(method) ⇒ Object
Not implemented.
-
#sort_by(method) ⇒ Object
Not implemented.
-
#to_proc(symbol) ⇒ Object
Not implemented.
Methods inherited from Base
#has_field?, #has_operator?, #needs_quoting?, #quotify
Instance Method Details
#chained_reverse_sort_by(receiver, method) ⇒ Object
Not implemented
22 23 24 |
# File 'lib/ambition/adapters/ambitious_sphinx/sort.rb', line 22 def chained_reverse_sort_by(receiver, method) raise "Not implemented." end |
#chained_sort_by(receiver, method) ⇒ Object
Not implemented
17 18 19 |
# File 'lib/ambition/adapters/ambitious_sphinx/sort.rb', line 17 def chained_sort_by(receiver, method) raise "Not implemented." end |
#rand ⇒ Object
Not implemented
32 33 34 |
# File 'lib/ambition/adapters/ambitious_sphinx/sort.rb', line 32 def rand raise "Not implemented." end |
#reverse_sort_by(method) ⇒ Object
Not implemented
12 13 14 |
# File 'lib/ambition/adapters/ambitious_sphinx/sort.rb', line 12 def reverse_sort_by(method) raise "Not implemented." end |
#sort_by(method) ⇒ Object
Not implemented
7 8 9 |
# File 'lib/ambition/adapters/ambitious_sphinx/sort.rb', line 7 def sort_by(method) raise "Not implemented." end |
#to_proc(symbol) ⇒ Object
Not implemented
27 28 29 |
# File 'lib/ambition/adapters/ambitious_sphinx/sort.rb', line 27 def to_proc(symbol) raise "Not implemented." end |