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