Sha256: b02b0c267a3e2ec0bfb128eb1f1a876855f4e4b312c6d2b829c7183eccb8c4c8
Contents?: true
Size: 286 Bytes
Versions: 20
Compression:
Stored size: 286 Bytes
Contents
module Invoker module IPC class AddCommand < BaseCommand def run_command(message_object) Invoker.commander.on_next_tick(message_object.process_name) do |process_name| start_process_by_name(process_name) end true end end end end
Version data entries
20 entries across 20 versions & 3 rubygems