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