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

singleton method DRb::DRbObject.new

new(obj, uri=nil)

[TODO]

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.

class DRb::DRbObject