91 92 93 94
# File 'lib/deepstream.rb', line 91 def on(event, &block) _write_and_read('E', 'S', event) @event_callbacks[event] = block end