class DRb::DRbTCPSocket

def send_reply(succ, result)

On the server side, send a reply to the client.
def send_reply(succ, result)
  @msg.send_reply(stream, succ, result)
end