Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > delegateライブラリ > Delegatorクラス > marshal_load

instance method Delegator#marshal_load

marshal_load(obj) -> object

シリアライズされたオブジェクトから、Delegator#__getobj__ が返すオブジェクトを再現します。

[PARAM] obj:
Delegator#marshal_dumpの戻り値のコピー
class Delegator