From: coderrr Date: 2008-05-17T09:04:40+09:00 Subject: Re: Matz: can we have rescue/else/ensure available in all blocks? ------=_Part_1166_2740050.1210982679352 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline > I'm certainly not convinced. Maybe you could post a more real world > example because I'm having a hard time seeing the usefulness in nested > rescues. > > This has nothing to do with nested rescues. I merely used that in the example to make it more compelling, although I guess for you it did the opposite :P Here's how you can get some real world examples: cat > findem.rb < the_real_world for me: grep \\.rb the_real_world | wc -l => 43 - steve http://coderrr.wordpress.com ------=_Part_1166_2740050.1210982679352--