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