# File lib/arel/algebra/relations/operations/join.rb, line 27 def ons @ons ||= @predicates.collect { |p| p.bind(self) } end