class Cura::Event::Middleware::Aimer::DispatcherTarget
Sets the event's target to the dispatcher's target, if it isn't already set.
Protected Instance Methods
set_target(options={})
click to toggle source
# File lib/cura/event/middleware/aimer/dispatcher_target.rb, line 11 def set_target(options={}) options[:event].target ||= options[:dispatcher].target end