るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  1. _builtin unboundmethod
  2. unboundmethod parameters
  3. unboundmethod name
  4. unboundmethod arity
  5. unboundmethod owner

ライブラリ

検索結果

UnboundMethod#parameters -> [object] (117409.0)

UnboundMethod オブジェクトの引数の情報を返します。

...
UnboundMethod
オブジェクトの引数の情報を返します。

詳しくは Method#parameters を参照してください。



@see Proc#parameters, Method#parameters...