# File lib/arel/algebra/predicates.rb, line 8 def and(other_predicate) And.new(self, other_predicate) end