I need to occasionaly create images with rmagick in a cache dir. To then get rid of them fast, without loosing them for the view, I want to delete the image-files while my Ruby Instance of the Image-Class get's destructed or enters the Garbage Collection. What ClassMethod must I overwrite to feed the destructor with code?