# File lib/attributes.rb, line 17
    def include? element
      @index ||= Hash.new
      @index[element] ? true : false
    end