# File temp/functions.rb, line 150
    def Functions::contains( string, test )
      string(string).include? string(test)
    end