最速Rubyリファレンスマニュアル検索!
すべて(12)
2.1.0(1)
2.2.0(1)
2.3.0(1)
2.4.0(1)
2.5.0(1)
2.6.0(1)
2.7.0(1)
3.0(1)
3.1(1)
3.2(1)
3.3(1)
3.4(1)
12件ヒット
[1-12件を表示]
(0.013秒)
トップページ
>
:
インスタンスメソッド
>
:
protected_methods
>
:delegate
別のキーワード
module protected
_builtin protected
object protected_methods
_builtin protected_methods
delegate protected_methods
クラス
Delegator
(12)
検索結果
先頭1件
Delegator
#
protected
_
methods(all = true) -> [Symbol]
Delegator
#
protected
_
methods(all = true) -> [Symbol]
(18110.0)
2.1.0
2.2.0
2.3.0
2.4.0
2.5.0
2.6.0
2.7.0
3.0
3.1
3.2
3.3
3.4
インスタンスメソッド
そのオブジェクトが理解できる protected メソッド名の一覧を返します。
...
そのオブジェクトが理解できる protected メソッド名の一覧を返します。
@param all 偽を指定すると __getobj__ のスーパークラスで定義されたメソッドを除きます。
@see Object#
protected_methods
...
Delegator