count -> IntegerRuby 1.9.3 から[permalink][rdoc][edit]() → Integer-
プロセス開始からガーベージコレクトを実行した回数を Integer で返します。
例p GC.count # => 3
count -> IntegerRuby 1.9.3 から[permalink][rdoc][edit]() → Integerプロセス開始からガーベージコレクトを実行した回数を Integer で返します。
例p GC.count # => 3