# File lib/arel/predications.rb, line 151
    def asc
      Nodes::Ordering.new self, :asc
    end