# File lib/arel/table.rb, line 104
    def [] name
      ::Arel::Attribute.new self, name
    end