method

send_message

v2_5_5 - Show latest stable - Class: DRb::DRbConn
send_message(ref, msg_id, arg, block)
public

No documentation available.

# File lib/drb/drb.rb, line 1251
    def send_message(ref, msg_id, arg, block)  # :nodoc:
      @protocol.send_request(ref, msg_id, arg, block)
      @protocol.recv_reply
    end