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