るりまサーチ (Ruby 2.7.0)

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

別のキーワード

  1. delegate __getobj__
  2. delegate __setobj__
  3. weakref __getobj__
  4. weakref __setobj__
  5. basicobject __send__

ライブラリ

クラス

検索結果

Delegator#public_methods(all = true) -> [Symbol] (78340.0)

そのオブジェクトが理解できる public メソッド名の一覧を返します。

そのオブジェクトが理解できる public メソッド名の一覧を返します。

@param all 偽を指定すると __getobj__ のスーパークラスで定義されたメソッドを除きます。

@see Object#public_methods