Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > drbライブラリ > DRb::DRbIdConvクラス > to_obj

instance method DRb::DRbIdConv#to_obj

to_obj(ref)

[TODO]

Convert an object reference id to an object. This implementation looks up the reference id in the local object space and returns the object it refers to.

class DRb::DRbIdConv