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