recv_request()
On the server side, receive a request from the client.
# File lib/drb/drb.rb, line 907 def recv_request @msg.recv_request(stream) end