module Arel::OrderPredications

def desc

def desc
  Nodes::Descending.new self
end