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