# File lib/arel/algebra/attributes/attribute.rb, line 42
    def named?(hypothetical_name)
      (@alias || name).to_s == hypothetical_name.to_s
    end