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