るりまサーチ (Ruby 2.6.0)

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

別のキーワード

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

ライブラリ

クラス

検索結果

WeakRef#__getobj__ -> object (54397.0)

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

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

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

@see delegate

Delegator#__getobj__ -> object (54361.0)

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

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

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

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