GC

A module that controls garbage collection in the Ruby interpreter.

Module Method

GC.disable

Halts garbage collection.

Returns the previous halt state (if halted, returns TRUE; if garbage collection was enabled, returns FALSE).

GC.enable

Permits garbage collection.

Returns the previous halt state (if halted, returns TRUE; if garbage collection was enabled, returns FALSE).

GC.start

Initializes garbage collection.

Returns nil.

Converted from CHM to HTML with chm2web Pro 2.85 (unicode)