prev - up - next - index

ObjectSpace

The module to iterate over living objects.

Module Functions:

each_object([class_or_module])

Iterates over all living objects which is instance of the class_or_module. Without an argument, it iterates over all existing objects.

garbage_collect

Starts collecting objects which is no longer accessed from anywhere.


prev - up - next - index

matz@caelum.co.jp