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