Structured. Warnings. Now.
Date : 02 20 2008 Category : Web
The Problem I find Ruby's current warning system, if you can call it that, lacking. Warnings are controlled by the -W flag on the command line, and are generated via the Kernel#warn method within code. There are a host of...