Ruby 3.3 リファレンスマニュアル
ライブラリ一覧
組み込みライブラリ
GCモジュール
count
singleton method GC.count
count -> Integer
[
permalink
][
rdoc
][
edit
]
プロセス開始からガーベージコレクトを実行した回数を
Integer
で返します。
例
GC
.
count
# => 3