From: Morton Goldberg Date: 2006-07-22T23:19:01+09:00 Subject: Re: contine after exception On Jul 22, 2006, at 6:20 AM, Csaba Henk wrote: > Well, you don't have to write err.binding.binding, because a proc > can be used as a binding as-is: I didn't know that (obviously :), but now that I've looked it up in the Pickaxe book, I see that it's mentioned. Is that behavior new to 1.8? Or is it Proc#binding that's new? Although I find your try with a continuable exception a fine example of something can be done rather easily in Ruby that would be difficult or impossible in most other programming languages, I think it's more. I think it's likely I'll put it to practical use some day. Thanks again. There is a lot about Ruby I've yet to learn. This thread has been very educational for me. Regards, Morton