reverse()
No documentation available.
# File activerecord/lib/arel/nodes/ascending.rb, line 6 def reverse Descending.new(expr) end