Skip to content

Instantly share code, notes, and snippets.

@rares
Created August 5, 2011 01:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rares/1126740 to your computer and use it in GitHub Desktop.
Save rares/1126740 to your computer and use it in GitHub Desktop.
class Object
def method_depth(name)
puts method(name.to_sym).__send__(:caller).drop(1)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment