count()
The number of times GC occurred.
It returns the number of times GC occurred since the process started.
static VALUE gc_count(VALUE self) { return UINT2NUM((&rb_objspace)->count); }