Methods

Class/Module Index [+]

Quicksearch

Arel::OrderPredications

Public Instance Methods

asc() click to toggle source
# File lib/arel/order_predications.rb, line 4
def asc
  Nodes::Ascending.new self
end
desc() click to toggle source
# File lib/arel/order_predications.rb, line 8
def desc
  Nodes::Descending.new self
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.