Flowdock
new(there, name, server=nil) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# 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
Register or log in to add new notes.