Skip to content

Instantly share code, notes, and snippets.

@mort
Created September 21, 2010 08:33
Show Gist options
  • Save mort/589395 to your computer and use it in GitHub Desktop.
Save mort/589395 to your computer and use it in GitHub Desktop.
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