Created
February 25, 2011 13:44
-
-
Save jdar/843795 to your computer and use it in GitHub Desktop.
ruby convenience gems: ~/.irbrc
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
require 'rubygems' | |
# Gem.use_paths(nil, Gem.paths + [...]) | |
require 'wirble' | |
require 'bond' | |
Wirble.init | |
Wirble.colorize | |
Bond.start | |
# other gems might include: 'ap' 'map_by_method' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment