Method: Blur::Network::Channel#say

Defined in:
library/blur/network/channel.rb

#say(message) ⇒ Object

Send a message to the channel.

Parameters:

  • message (String)

    the message to send.



63
64
65
# File 'library/blur/network/channel.rb', line 63

def say message
  @network.say self, message
end