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