# File lib/fattr.rb, line 14
    def index!
      @index ||= Hash.new
      each{|element| @index[element] = true}
    end