Skip to content

Instantly share code, notes, and snippets.

@rubyworks
Created February 1, 2010 08:53
Show Gist options
  • Save rubyworks/291538 to your computer and use it in GitHub Desktop.
Save rubyworks/291538 to your computer and use it in GitHub Desktop.
Inspect and View Caller
def pc(*args)
super *(args << caller[0])
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment