Method: God::DriverOperation#handle_event
- Defined in:
- lib/god/driver.rb
#handle_event ⇒ Object
Handle the operation that was issued asynchronously.
Returns nothing.
86 87 88 |
# File 'lib/god/driver.rb', line 86 def handle_event @task.send(@name, *@args) end |