Skip to content

Instantly share code, notes, and snippets.

@clemesha
Created October 22, 2009 20:35
Show Gist options
  • Save clemesha/216277 to your computer and use it in GitHub Desktop.
Save clemesha/216277 to your computer and use it in GitHub Desktop.
# 1) "gem install wirble"
# 2) create ~/.irbrc shown below
# 3) fire up 'irb'. see colors, use tab-complete.
require 'irb/completion'
require 'rubygems'
require 'wirble'
ARGV.concat [ "--readline", "--prompt-mode"]
Wirble.init
Wirble.colorize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment