Created
September 21, 2010 08:33
-
-
Save mort/589395 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
require 'rubygems' | |
begin | |
# load wirble | |
require 'wirble' | |
# start wirble (with color) | |
Wirble.init | |
Wirble.colorize | |
rescue LoadError => err | |
warn "Couldn't load Wirble: #{err}" | |
end | |
require 'hirb' | |
Hirb.enable | |
require 'sketches' | |
require 'map_by_method' | |
require 'what_methods' | |
require 'net-http-spy' | |
require "ap" | |
IRB.conf[:AUTO_INDENT]=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment