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