From: nobu.nokada@... Date: 2002-12-04T14:11:07+09:00 Subject: Re: Cloned objects doesn't get GC'ed Hi, At Wed, 4 Dec 2002 13:49:15 +0900, Squidster wrote: > If I clone aFoo using "aFoo.clone", then the finalizers won't kick in > (and no, the finalizer proc doesn't keep a reference of the object, > it's justs printing some string). Object#clone doesn't copy fiinalizer. -- Nobu Nakada