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