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