るりまサーチ (Ruby 2.3.0)

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

別のキーワード

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

ライブラリ

クラス

検索結果

Delegator#__getobj__ -> object (81625.0)

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

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

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

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

WeakRef#__getobj__ -> object (72625.0)

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

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

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

@see delegate