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