Ruby script for persistent irb history
IRB (Interactive Ruby Shell) is one of those tools that a hacker learning Ruby hopefully discovers right away. It’s an extremely useful way to learn the language to get immediate feedback. Unfortunately there is no persistent history and TAB completion. So put this tiny script below in your .irbrc file located in your home directory [...]