Method: JsChat::Bridge#part

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

#part(room) ⇒ Object



123
124
125
# File 'lib/jschat/http/jschat.rb', line 123

def part(room)
  send_json({ :part => room })
end