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