Ruby 1.8.7 リファレンスマニュアル > ライブラリ一覧 > drbライブラリ > DRb::DRbObjectクラス > new
new(obj, uri=nil)
Create a new remote object stub.
obj is the (local) object we want to create a stub for. Normally this is nil. uri is the URI of the remote object that this will be a stub for.