# File rexml/functions.rb, line 127 def Functions::starts_with( string, test ) string.index(test) == 0 end