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