From: Ross Bamford Date: 2006-02-15T08:03:39+09:00 Subject: Re: [QUIZ] FasterGenerator (#66) On Wed, 2006-02-15 at 07:09 +0900, Dave Lee wrote: > On 2/14/06, Ross Bamford wrote: > > Of course I can't rule out a buggy test but I've not noticed it on the > > others. Let me know what you think after you take a look. > > I made a couple fixes, which eliminates the problem (of premature > exit), only now I'm running into a very strange problem: > > NoMethodError: undefined method `stop' for # Hmm. I think stop is a singleton method on Thread, so you'd have to do Thread.stop rather than thr.stop ? -- Ross Bamford - rosco@roscopeco.REMOVE.co.uk