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