るりまサーチ (Ruby 3.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.007秒)
トップページ > バージョン:3.0[x] > クエリ:dup[x] > 種類:モジュール関数[x]

別のキーワード

  1. _builtin dup
  2. set dup
  3. singleton dup
  4. etc sc_re_dup_max
  5. bigdecimal dup

ライブラリ

モジュール

検索結果

Benchmark.#bmbm(width = 0) {|job| ... } -> [Benchmark::Tms] (40.0)

Benchmark::Job オブジェクトを生成して、それを引数として与えられたブロックを 実行します。

....sort }
end

#=>
#
# Rehearsal -----------------------------------------
# sort! 11.928000 0.010000 11.938000 ( 12.756000)
# sort 13.048000 0.020000 13.068000 ( 13.857000)
# ------------------------------- total: 25.006000sec
#
# user system total real
# sort!...