class UU::RemoteServer

Public Class Methods

new(uri) click to toggle source
# File lib/uu/remote_server.rb, line 9
def initialize(uri)
  DRb.start_service(uri, UU::RemoteHelper.new)
end

Public Instance Methods

join() click to toggle source
# File lib/uu/remote_server.rb, line 13
def join
  DRb.thread.join
end