Class: Cura::Event::Middleware::Dispatch
- Defined in:
- lib/cura/event/middleware/dispatch.rb
Overview
Dispatches the event.
Instance Method Summary collapse
-
#call(options = {}) ⇒ Object
Dispatch the event.
Instance Method Details
#call(options = {}) ⇒ Object
Dispatch the event.
12 13 14 |
# File 'lib/cura/event/middleware/dispatch.rb', line 12 def call(={}) [:dispatch_queue] << [:event] end |