Arel::Predicates::Polyadic
# File lib/arel/algebra/predicates.rb, line 65 65: def complement 66: All.new(*predicates.map {|p| p.complement}) 67: end
# File lib/arel/algebra/predicates.rb, line 69 69: def compounder; :any? end
# File lib/arel/algebra/predicates.rb, line 71 71: def predicate_sql; "OR" end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.