Arel::Predicates::CompoundPredicate
# File lib/arel/algebra/predicates.rb, line 168 168: def complement 169: And.new(operand1.complement, operand2.complement) 170: end
# File lib/arel/algebra/predicates.rb, line 172 172: def operator; :or end
# File lib/arel/algebra/predicates.rb, line 174 174: def predicate_sql; "OR" end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.