Flowdock
method

send_message

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: Rinda::RingFinger
send_message(address, message) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rinda/ring.rb, line 443
    def send_message(address, message) # :nodoc:
      soc = make_socket(address)

      soc.send(message, 0)
    rescue
      nil
    ensure
      soc.close if soc
    end
Register or log in to add new notes.