るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.074秒)
トップページ > クエリ:-[x] > クエリ:UN[x] > モジュール:GC[x]

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method new
  4. irb/input-method gets
  5. matrix -

ライブラリ

検索結果

GC.count -> Integer (6201.0)

プロセス開始からガーベージコレクトを実行した回数を Integer で返し ます。

...プロセス開始からガーベージコレクトを実行した回数を Integer で返し
ます。

//emlist[例][ruby]{
GC
.count # => 3
//}...