# File rexml/functions.rb, line 173 def Functions::translate( string, tr1, tr2 ) string.tr tr1,tr2 end