# File lib/virtus/attribute_set.rb, line 106
    def []=(name, attribute)
      @attributes << attribute
      update_index(name, attribute)
    end