# File lib/attributes.rb, line 6
    def << element
      super
      self
    ensure
      uniq!
      index!
    end