Created
October 22, 2009 20:35
-
-
Save clemesha/216277 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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