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