Ruby (on Rails) – Wirble – Pimp my IRB and Console
Ever wanted a colored irb or script/console? Well, you should try wirble. It gives you a number of enhancements for Irb.
Some of the features are:
- Tab completion
- Colorized results
- …
Installation is easy as pie:
sudo gem install wirble
vi .irbrc
require 'rubygems'
require 'wirble'
# start wirble (with color)
Wirble.init
Wirble.colorize