Struct.new(:attribute)
# File lib/arel/algebra/ordering.rb, line 5 5: def bind(relation) 6: self.class.new(attribute.bind(relation)) 7: end
# File lib/arel/algebra/ordering.rb, line 13 13: def eval(row1, row2) 14: (attribute.eval(row1) <=> attribute.eval(row2)) * direction 15: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.