Method: JsChat::Bridge#send_quit

Defined in:
lib/jschat/http/jschat.rb

#send_quit(name) ⇒ Object



154
155
156
# File 'lib/jschat/http/jschat.rb', line 154

def send_quit(name)
  send_json({'quit' => name })
end