Method: NoBrainer::QueryRunner::EMDriver::ResponseHandler#on_stream_val

Defined in:
lib/no_brainer/query_runner/em_driver.rb

#on_stream_val(val, caller) ⇒ Object



64
65
66
# File 'lib/no_brainer/query_runner/em_driver.rb', line 64

def on_stream_val(val, caller)
  push([val])
end