count -> Integer
プロセス開始からガーベージコレクトを実行した回数を Integer で返します。
例 GC.count # => 3 GC.count # => 3
GC.count # => 3