The module to iterate over living objects.
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.