Method: JsChat::Bridge#lastlog

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

#lastlog(room) ⇒ Object



101
102
103
104
# File 'lib/jschat/http/jschat.rb', line 101

def lastlog(room)
  response = send_json({ :lastlog => room })
  response['messages']
end