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