Sha256: 2669f8c43fa6560583b629d2ff17e5a72e42f6e56d8d7d5ee56ea60efed09b4f
Contents?: true
Size: 271 Bytes
Versions: 20
Compression:
Stored size: 271 Bytes
Contents
module Invoker module IPC class RemoveCommand < BaseCommand def run_command(message_object) Invoker.commander.on_next_tick(message_object) do |remove_message| stop_process(remove_message) end true end end end end
Version data entries
20 entries across 20 versions & 3 rubygems