So, for example you have a document: Ruby.txt, the contents of which are
RuBYrUbYRuByByurBRyuRuby
You for some reason need to convert the document's contents into ASCII code without printing it onto your screen (change the document's contents). How do you do that?
P.S. Sorry, no code to debug