るりまサーチ (Ruby 2.7.0)

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

別のキーワード

  1. _builtin protected
  2. module protected
  3. delegator protected_methods
  4. delegate protected_methods
  5. object protected_methods

ライブラリ

クラス

検索結果

Delegator#protected_methods(all = true) -> [Symbol] (117322.0)

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

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

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

@see Object#protected_methods