From: Yukihiro Matsumoto Date: 2006-05-19T09:14:01+09:00 Subject: Re: Rescue clauses on do/end blocks? Hi, In message "Re: Rescue clauses on do/end blocks?" on Fri, 19 May 2006 09:07:49 +0900, "Austin Ziegler" writes: |I expect (a), personally. The only thing that could confuse it is the |bit about returning or breaking from a block/proc that I *still* don't |quite understand. If (a) is the case, the value from the rescue clause is used for a block value when an exception happens. The value from the ensure clause is ignored always. matz.