るりまサーチ (Ruby 2.7.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.021秒)
トップページ > バージョン:2.7.0[x] > クエリ:delegate[x] > クエリ:__setobj__[x] > クラス:Delegator[x]

別のキーワード

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

ライブラリ

検索結果

Delegator#__setobj__(obj) -> object (78304.0)

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

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

@param obj 委譲先のオブジェクトを指定します。

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