method
new
v1_8_7_72 -
Show latest stable
- Class:
DRb::ExtServ
new(there, name, server=nil)public
No documentation available.
# File lib/drb/extserv.rb, line 12
def initialize(there, name, server=nil)
@server = server || DRb::primary_server
@name = name
ro = DRbObject.new(nil, there)
@invoker = ro.regist(name, DRbObject.new(self, @server.uri))
end