るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.085秒)

別のキーワード

  1. forwardable def_delegator
  2. forwardable def_instance_delegator
  3. delegate delegator
  4. delegator protected_methods
  5. delegator public_methods

ライブラリ

クラス

検索結果

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

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

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

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

@see Object#protected_methods...