Arel::Predicates::Binary
# File lib/arel/algebra/predicates.rb, line 261 261: def complement 262: Match.new(operand1, operand2) 263: end
# File lib/arel/algebra/predicates.rb, line 265 265: def eval(row) 266: operand1.eval(row) !~ operand2.eval(row) 267: end
# File lib/arel/algebra/predicates.rb, line 269 269: def predicate_sql; 'NOT LIKE' end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.