Arel::Predicates::Binary
# File lib/arel/algebra/predicates.rb, line 221 221: def complement 222: LessThanOrEqualTo.new(operand1, operand2) 223: end
# File lib/arel/algebra/predicates.rb, line 225 225: def operator; :> end
# File lib/arel/algebra/predicates.rb, line 227 227: def predicate_sql; '>' end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.