From: Eric Hodel Date: 2007-08-05T13:45:45+09:00 Subject: [ANN] SuperCaller 1.0.0 Released SuperCaller version 1.0.0 has been released! SuperCaller adds a beefed-up version of Kernel#caller and a beefed up version of Exception#backtrace. require 'super_caller' def something() super_caller end stack = something p stack.first.file # => "-" p stack.first.line # => 4 p stack.first.method_name # => nil p stack.first.self # => main p stack.first.sexp # => [:vcall, :super_caller] p stack.first.source # => "def something\n super_caller\nend" Changes: ## 1.0.0 / 2007-06-30 * 1 major enhancement * Birthday! * -- Poor workers blame their tools. Good workers build better tools. The best workers get their tools to do the work for them. -- Syndicate Wars