# File lib/arel/nodes/ordering.rb, line 10
      def ascending?
        direction == :asc
      end