Skip to content

Instantly share code, notes, and snippets.

@pillowfactory
Created May 13, 2010 05:20
Show Gist options
  • Save pillowfactory/399525 to your computer and use it in GitHub Desktop.
Save pillowfactory/399525 to your computer and use it in GitHub Desktop.
# http://drnicutilities.rubyforge.org/map_by_method/
require 'map_by_method'
# Dr Nic's gem inspired by
# http://redhanded.hobix.com/inspect/stickItInYourIrbrcMethodfinder.html
require 'what_methods'
# Pretty Print method
require 'pp'
# Awesome Print gem (gem install awesome_print)
require 'ap'
# Print information about any HTTP requests being made
require 'net-http-spy'
# Draw ASCII tables
require 'hirb'
require 'hirb/import_object'
Hirb.enable
extend Hirb::Console
# 'lp' to show method lookup path
require 'looksee/shortcuts'
require 'wirble'
Wirble.init
Wirble.colorize
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment