= private = protected
garbage_collect()
Initiates garbage collection, unless manually disabled.
VALUE rb_gc_start(void) { rb_gc(); return Qnil; }