Examining the Ruby Call Stack
Posted by Chris Blackburn
Have you ever wanted to look at the call stack without raising an exception to do it?
caller.each {|c| puts c}just do it
Posted by Chris Blackburn
Have you ever wanted to look at the call stack without raising an exception to do it?
caller.each {|c| puts c}
Use the following link to trackback from your own site:
http://blog.cbciweb.com/trackbacks?article_id=examining-the-ruby-call-stack&day=22&month=05&year=2007