Class: Cura::Event::Middleware::Aimer::TargetOption
- Defined in:
- lib/cura/event/middleware/aimer/target_option.rb
Overview
Sets the event’s target to the component passed by an optional :target option.
Instance Method Summary collapse
-
#call(options = {}) ⇒ Object
Call this middleware.
Instance Method Details
#call(options = {}) ⇒ Object
Call this middleware.
15 16 17 |
# File 'lib/cura/event/middleware/aimer/target_option.rb', line 15 def call(={}) super # Only here for documentation end |