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 SIZET2NUM(rb_gc_count()); }