Arel::Predicates::CompoundPredicate
# File lib/arel/algebra/predicates.rb, line 158 158: def complement 159: Or.new(operand1.complement, operand2.complement) 160: end
# File lib/arel/algebra/predicates.rb, line 162 162: def operator; :and end
# File lib/arel/algebra/predicates.rb, line 164 164: def predicate_sql; "AND" end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.