Method: Rinda::RingFinger#send_message
- Defined in:
- lib/rinda/ring.rb
#send_message(address, message) ⇒ Object
:nodoc:
443 444 445 446 447 448 449 450 451 |
# File 'lib/rinda/ring.rb', line 443 def (address, ) # :nodoc: soc = make_socket(address) soc.send(, 0) rescue nil ensure soc.close if soc end |