Quad’s World
Opensource Development and Life
-
Libraries, exceptions, and debugging
Posted on June 26th, 2009 No commentsIn some work I was doing with a ruby extension, state_machine. I ended up running into a very frustrating but simple problem with an exception I was receiving. I think this is a good opportunity to talk about exceptions especially with regard to libraries. If you just want the answer, you may want to look toward the end for the solution or how to debug these type of problem.


