From: Samuel Tesla Date: 2003-12-12T04:31:59+09:00 Subject: Re: How to unit test finalizers? matz@ruby-lang.org (Yukihiro Matsumoto) writes: > How about not relying on finalizers, i.e. separate finalizing process > into a method, then call the method explicitly in the test? You don't > have to test whether finalizers are called. That's my responsibility. Oh, right on. I had my thoughts so narrowly focused that didn't even occur to me. Thanky much. -- Samuel