Helper method to send a request to one or more targets with no response expected
139 140 141
# File 'lib/right_agent/actor.rb', line 139 def send_push(*args) Sender.instance.send_push(*args) end