Files

Class Index [+]

Quicksearch

Arel::Predicates::All

Public Instance Methods

complement() click to toggle source
    # File lib/arel/algebra/predicates.rb, line 75
75:       def complement
76:         Any.new(*predicates.map {|p| p.complement})
77:       end
compounder() click to toggle source
    # File lib/arel/algebra/predicates.rb, line 79
79:       def compounder; :all? end
predicate_sql() click to toggle source
    # File lib/arel/algebra/predicates.rb, line 81
81:       def predicate_sql; "AND" end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.