In message "[ruby-talk:00283] Object delete itself?"
on 99/04/17, "bryce" <thecrow / cyberdude.com> writes:
|Can an object delete itself?
Unlike C++, Objects cannot and need not be destroyed by the
user. Reclamation is done by the garbage collector. The object no
longer referred from anywhere, is automatically recycled.