+ 3
Is there any way to get ASCII symbols by number in Ruby?
So I know that you can do it in python using chr(x). but id like to know if theres also a way in ruby, and if yes how.
1 Odpowiedź
+ 3
nvm found it, use putc
So I know that you can do it in python using chr(x). but id like to know if theres also a way in ruby, and if yes how.