Revision: 3252
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at June 27, 2007 10:15 by vanne
Initial Code
# throw this inside %userprofile%\.irbrc and you're good def cls system('cls') end
Initial URL
http://www.stephenchu.com/2006/09/enhance-your-irb-experience-on-windows.html
Initial Description
Since there is no convenient way to clear the console in irb on windows, we can simple emulate the dos cls function
Initial Title
IRB clear screen on windows
Initial Tags
ruby, windows
Initial Language
Ruby