Parent

Files

Class Index [+]

Quicksearch

Arel::Predicates::Predicate

Public Instance Methods

and(other_predicate) click to toggle source
    # File lib/arel/algebra/predicates.rb, line 8
 8:       def and(other_predicate)
 9:         And.new(self, other_predicate)
10:       end
complement() click to toggle source
    # File lib/arel/algebra/predicates.rb, line 12
12:       def complement
13:         Not.new(self)
14:       end
not() click to toggle source
    # File lib/arel/algebra/predicates.rb, line 16
16:       def not
17:         self.complement
18:       end
or(other_predicate) click to toggle source
   # File lib/arel/algebra/predicates.rb, line 4
4:       def or(other_predicate)
5:         Or.new(self, other_predicate)
6:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.