Using Notepad++ for Writing Ruby Programs in Windows
If you are writing small Ruby programs and you don’t need facilities such as debugging available in a full fledged IDE, I recommend using Notepad++ editor. Notepad++ has built in syntax highlighting for Ruby and is a light weight and fully featured code editor. Download the latest version of Notepad++ from here. I recommend download […]