Methods

Class Index [+]

Quicksearch

Arel::OrderPredications

Public Instance Methods

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.