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