Files

Class Index [+]

Quicksearch

Arel::Predicates::And

Public Instance Methods

complement() click to toggle source
     # File lib/arel/algebra/predicates.rb, line 158
158:       def complement
159:         Or.new(operand1.complement, operand2.complement)
160:       end
operator() click to toggle source
     # File lib/arel/algebra/predicates.rb, line 162
162:       def operator; :and end
predicate_sql() click to toggle source
     # 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.