るりまサーチ (Ruby 2.4.0)

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

別のキーワード

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

ライブラリ

クラス

検索結果

SimpleDelegator#__getobj__ -> object (63604.0)

委譲先のオブジェクトを返します。

委譲先のオブジェクトを返します。

@see Delegator#__getobj__

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

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

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

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

@see Object#protected_methods