Subject: Re: [QUIZ] Process Rings (#135)
From: Tom Danielsen <tom@ g t k e
Date: Mon, 20 Aug 2007 17:00:09 +0900
References: 265096265444
In-reply-to: 265444
> def initalize
> @nxt = nil
> end
oops, a slight copy/paste error there..... run() will call
nxt= before calling the continuations so the code still runs,
but I like to set my instance vars in the constructor anyway :-)
regards,
tom