# File lib/arel/algebra/attributes/attribute.rb, line 58 def bind(new_relation) relation == new_relation ? self : Attribute.new(new_relation, name, :alias => @alias, :ancestor => self) end