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