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