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