Method: Wukong::DriverMethods#send_through_dataflow
- Defined in:
- lib/wukong/driver.rb
#send_through_dataflow(record) ⇒ Object
Send the given record through the dataflow.
110 111 112 |
# File 'lib/wukong/driver.rb', line 110 def send_through_dataflow(record) wiring.start_with(dataflow.root).call(record) end |