From: Steven Jenkins Date: 2005-06-24T01:55:49+09:00 Subject: Re: Super-scalar Optimizations Pit Capitain wrote: > If the only goal is to get rid of the topmost entry in the backtrace, > you don't need a lambda. Just add a third parameter to Kernel#raise. > Change the last line in check_result to: > > raise EXCEPTION[code], msg, caller The only goal at this point is understanding, but this is helpful. Now I can't think of any reason to prefer the lambda. It's just that Ara was so enthusiastic about it :-) Thanks. Steve