るりまサーチ (Ruby 2.6.0)

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

別のキーワード

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

ライブラリ

クラス

検索結果

Delegator#__getobj__ -> object (72607.0)

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

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

本メソッドは、サブクラスで再定義する必要があり、
デフォルトでは NotImplementedError が発生します。

@raise NotImplementedError サブクラスにて本メソッドが再定義されていない場合に発生します。

SimpleDelegator#__getobj__ -> object (72607.0)

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

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

@see Delegator#__getobj__

WeakRef#__getobj__ -> object (72607.0)

自身の参照先のオブジェクトを返します。

自身の参照先のオブジェクトを返します。

@raise WeakRef::RefError GC 済みのオブジェクトを参照した場合に発生します。

@see delegate