るりまサーチ (Ruby 2.5.0)

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

別のキーワード

  1. _builtin super_method
  2. method super_method
  3. unboundmethod super_method
  4. systemcommand super_each
  5. shell/system-command super_each

ライブラリ

検索結果

UnboundMethod#super_method -> UnboundMethod | nil (54325.0)

self 内で super を実行した際に実行されるメソッドを UnboundMethod オブジェ クトにして返します。

...self 内で super を実行した際に実行されるメソッドを UnboundMethod オブジェ
クトにして返します。


@see Method#super_method...