るりまサーチ

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

別のキーワード

  1. weakref new
  2. weakref __setobj__
  3. weakref __getobj__
  4. weakref weakref_alive?
  5. weakref weakref

クラス

検索結果

WeakRef#__getobj__ -> object (17015.0)

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

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

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

@see delegate...