# File lib/arel/order_predications.rb, line 5 def asc Nodes::Ascending.new self end
# File lib/arel/order_predications.rb, line 9 def desc Nodes::Descending.new self end