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