Hi, is there a "finalize" method for Ruby classes which is called just before being sweeped out by GC. (counterpart to "initialize", i.e. a destructor). I don't want to use the ObjectSpace.define_finalizer() for all instances of my class (i.e. by overloading the new-method). Any hints? Thanks Clemens