Files

Class Index [+]

Quicksearch

Arel::Predicates::Any

Public Instance Methods

complement() click to toggle source
    # File lib/arel/algebra/predicates.rb, line 65
65:       def complement
66:         All.new(*predicates.map {|p| p.complement})
67:       end
compounder() click to toggle source
    # File lib/arel/algebra/predicates.rb, line 69
69:       def compounder; :any? end
predicate_sql() click to toggle source
    # 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.