るりまサーチ (Ruby 2.2.0)

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

別のキーワード

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

検索結果

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

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

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