method
init_with_client
init_with_client()
private
Hide source
# File lib/drb/drb.rb, line 1598 def init_with_client obj, msg, argv, block = @client.recv_request @obj = obj @msg_id = msg.intern @argv = argv @block = block end