Method: JsChat::Bridge#search
- Defined in:
- lib/jschat/http/jschat.rb
#search(phrase, room) ⇒ Object
106 107 108 109 |
# File 'lib/jschat/http/jschat.rb', line 106 def search(phrase, room) response = send_json({ :search => phrase, :room => room }) response['messages'] end |