reverse()
No documentation available.
# File activerecord/lib/arel/nodes/ordering.rb, line 22 def reverse NullsFirst.new(expr.reverse) end