On Wed, 2011-02-02 at 15:53 +0100, [email protected] wrote: > Modified the way custom Exception are created on rabbit.rb using the > Class.new way since its a clean way to have this kind of class > defined.
NAK. The way it is right now is perfectly understandable Ruby (I'd argue more understandable than Class.new to create a subclass) David
