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