るりまサーチ

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

別のキーワード

  1. irb/input-method gets
  2. irb/input-method new
  3. _builtin define_method
  4. irb/input-method encoding
  5. irb/input-method readable_atfer_eof?

キーワード

検索結果

static VALUE method_call(int argc, VALUE *argv, VALUE method) (32301.0)

static VALUE umethod_call(int argc, VALUE *argv, VALUE method) (12301.0)

static VALUE bmcall(VALUE args, VALUE method) (6201.0)

static VALUE umcall(VALUE args, VALUE method) (6201.0)

static VALUE rb_call(VALUE klass, VALUE recv, ID mid, int argc, const VALUE *argv, int scope) (6119.0)

クラス klass に定義されたメソッド mid を呼び出します。 レシーバは recv で、引数は長さ argc の配列 argv で渡します。

...す。

scope は以下のように呼び出しの形式を示します。

: 0
obj.method() (private/protected メソッドを呼べない)
: 1
method
() (private/protected メソッドも呼べる)
: 2
method
_or_lvar (1とはエラーメッセージが変わる)
: 3
super...

絞り込み条件を変える