On Wed, 27 Jun 2001, Fritz Heinrichmeyer wrote: > so you have to trigger garbage collection manually? Pythoneers can count > on finalizing happening at once, as they use reference counting. > This is WRONG. You do NOT need to manually invoke garbage collection in Ruby. Of course you can do it manually if you want to see GC.start. Regards, Robert