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