On Thu, Oct 05, 2006 at 10:27:33PM +0900, Rick DeNatale wrote:
> On 10/4/06, Logan Capaldo <logancapaldo / gmail.com> wrote:
> 
> >I don't know if there is a builtin way but:
> >class Object
> 
> Perhaps this should be
>   module Kernel
> 
> since that's where raise actually lives.
Well actually if I put it in Object and raise is defined in Kernel that
would simplify my code. No need for an alias, just use super
> 
> 
> >Totally untested of course.
> 
> ditto
> 
> 
> -- 
> Rick DeNatale
> 
> My blog on Ruby
> http://talklikeaduck.denhaven2.com/