QBASIC have some commands, such as LOCATE (x, y) that place the cursor at certain location on the screen, and CLS that clears the screen, which help a console application look clean.
Does ruby have the same functionality? It could be nice to use it for a small project.
Thanks for helping