Greetings, I found strange behaviour of string.tr: p "=+=/=".tr("+/=", ",-@") got ".,.-." expected "@,@-@" Is this bug in ruby?