From: S2 Date: 2008-02-28T22:24:54+09:00 Subject: Re: proc.new and return ThoML wrote: >> 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). so in 1.9 Proc.new { true } and Proc.new { return true } are the same?