# File lib/arel/algebra/attributes/attribute.rb, line 253 253: def asc 254: Ascending.new(self) 255: end
# File lib/arel/algebra/attributes/attribute.rb, line 257 257: def desc 258: Descending.new(self) 259: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.