Subject: Re: proc.new and return
From: ThoML <micathom gmail.com>
Date: Thu, 28 Feb 2008 22:19:58 +0900
References: 292816292820292827
> as expected. but if i put it inside a method
AFAIK the way return inside a block works has changed in ruby 1.9
though (it then returns from the block).