A module that controls garbage collection in the Ruby interpreter.
Disables garbage collection.
Returns the previous disable state (if disabled, returns TRUE; if garbage collection was enabled, returns FALSE).
Enables garbage collection.
Returns the previous disable state (if disabled, returns TRUE; if garbage collection was enabled, returns FALSE).
Starts garbage collection.
Returns nil.