# File lib/arel/nodes/descending.rb, line 5
      def reverse
        Ascending.new(expr)
      end