# File rexml/functions.rb, line 208 def Functions::substring_after( string, test ) string[ string.index(test)+1..-1 ] end