Skip to content

Instantly share code, notes, and snippets.

@ajf
Created May 24, 2011 03:23
Show Gist options
  • Select an option

  • Save ajf/988096 to your computer and use it in GitHub Desktop.

Select an option

Save ajf/988096 to your computer and use it in GitHub Desktop.
aforgue@a:~$ ruby19 test.rb
b
aforgue@a:~$ cat test.rb
def a
puts Kernel.caller(1)[0][/:in `([^']+)'$/, 1]
end
def b
a
end
b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment