Method: Blur::User#say

Defined in:
library/blur/user.rb

#say(message) ⇒ Object

Send a private message to the user.

Parameters:

  • message (String)

    the message to send.



72
73
74
# File 'library/blur/user.rb', line 72

def say message
  @network.say self, message
end