# File lib/arel/algebra/predicates.rb, line 8 8: def and(other_predicate) 9: And.new(self, other_predicate) 10: end
# File lib/arel/algebra/predicates.rb, line 12 12: def complement 13: Not.new(self) 14: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.