# File lib/jcode.rb, line 188
  def tr_s(from, to)
    (str = self.dup).tr_s!(from,to) or str
  end