Hammertime: An interactive error console for Ruby Skip to entry content Users of Lisp and Smalltalk environments are used to having some pretty powerful tools for debugging exceptions in their code. For instance, here’s the dialog I see when I try to do execute some bad code in Squeak: Ruby users are not so lucky. Our first indication of an error is either the code not working or a stack trace, de