method
init_with_client
v1_9_3_125 -
Show latest stable
- Class:
DRb::DRbServer::InvokeMethod
init_with_client()private
No documentation available.
# File lib/drb/drb.rb, line 1522
def init_with_client
obj, msg, argv, block = @client.recv_request
@obj = obj
@msg_id = msg.intern
@argv = argv
@block = block
end