# File lib/arel/algebra/predicates.rb, line 45 def bind(relation) self.class.new( *predicates.map {|p| p.find_correlate_in(relation)} ) end