# File lib/arel/algebra/predicates.rb, line 4
      def or(other_predicate)
        Or.new(self, other_predicate)
      end