From: Bill Atkins Date: 2004-11-11T21:49:29+09:00 Subject: Re: array.each restart when array is changed How does this work? Does 'retry' recall the method associated with its block? Bill On Thu, 11 Nov 2004 21:23:08 +0900, Carlos wrote: > [Kevin B�rgens , 2004-11-10 23.48 CET] > array.each do |e| > if (today_is_christmas) > array += ["Hello"] > retry > end > end