るりまサーチ (Ruby 3.2)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.037秒)
トップページ > クエリ:self[x] > クエリ:call[x] > バージョン:3.2[x] > クエリ:proc_invoke[x]

別のキーワード

  1. _builtin call
  2. fiddle call
  3. method call
  4. formatter call
  5. tracer display_c_call

検索結果

static VALUE proc_invoke(VALUE proc, VALUE args, int pcall, VALUE self) (114997.0)

Proc オブジェクト proc を起動します。そのとき 引数を args とし、self を self にします。

Proc オブジェクト proc を起動します。そのとき
引数を args とし、self を self にします。