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