るりまサーチ (Ruby 2.7.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.015秒)
トップページ > バージョン:2.7.0[x] > クエリ:weakref[x] > クエリ:__getobj__[x] > 種類:インスタンスメソッド[x]

別のキーワード

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

ライブラリ

クラス

検索結果

WeakRef#__getobj__ -> object (105325.0)

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

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

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

@see delegate