class Arel::Nodes::Descending

def reverse

def reverse
  Ascending.new(expr)
end