Created
May 2, 2013 18:53
-
-
Save naoyamakino/5504445 to your computer and use it in GitHub Desktop.
Dissecting Ruby with Ruby via @schneems #railsConf
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
Code Triage: gemhttp://www.codetriage.com/ | |
budle open gemName | |
puts caller.inspect #where it came from | |
object#method | |
object.method(:method_name).source_location | |
method.source_location | |
self.class.ancestors #get superclass names in order | |
Method#instance_method | |
User.instance_method(:github_url) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment