Created
May 13, 2010 05:20
-
-
Save pillowfactory/399525 to your computer and use it in GitHub Desktop.
This file contains 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
# 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