You can get at a stacktrace in Ruby through Kernel#caller To dump out stacktraces in your code simply add
Kernel#caller
caller.each { |l| $stderr.puts l }
(For some reason, I keep forgetting how to do that, and have to Google for it every time)
All Words Some Word Entire phrase
powered by
Original template design by François PLANQUE.