# File lib/ruote/svc/dispatch_pool.rb, line 42 def handle(msg) return unless msg['action'].match(/^dispatch/) send(msg['action'], msg) end