IRB code completion

Add the following to your ~/.profile for UNIX-tab-style auto-completion:

alias irb="irb --readline -r irb/completion"

admin