Skip to content

Instantly share code, notes, and snippets.

@jdar
Created February 25, 2011 13:44
Show Gist options
  • Save jdar/843795 to your computer and use it in GitHub Desktop.
Save jdar/843795 to your computer and use it in GitHub Desktop.
ruby convenience gems: ~/.irbrc
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