From: Franck Yu Date: 2007-11-09T19:35:05+09:00 Subject: Re: ruby exception handling Hi Damien, It makes sense but where is it documented? In the Ruby programming language spec? Where can I find the info? Thank you for your answer! Franck Damien Merenne wrote: > Hello, > > On Fri, Nov 09, 2007 at 06:29:40PM +0900, Franck Yu wrote: >> and I just want to make sure if it is correct. Usually rescue clause is >> in a begin ... end block. Can def replace begin as begin has an end and >> represents a block as well. Thanks! > > The body of a method definition can be considered as a begin/end block. > So the code is OK. > > Regards, -- Posted via http://www.ruby-forum.com/.