method
send_message
v2_2_9 -
Show latest stable
- Class:
DRb::DRbConn
send_message(ref, msg_id, arg, block)public
No documentation available.
# File lib/drb/drb.rb, line 1252
def send_message(ref, msg_id, arg, block) # :nodoc:
@protocol.send_request(ref, msg_id, arg, block)
@protocol.recv_reply
end