# File lib/arel/nodes/table_alias.rb, line 8
      def [] name
        Attribute.new(self, name)
      end