Sha256: ed966386ff5de58ed46d8b7cc6be3ab5bd893889498af2773c401c1ed50a81c7
Contents?: true
Size: 231 Bytes
Versions: 20
Compression:
Stored size: 231 Bytes
Contents
module Invoker module IPC class ListCommand < BaseCommand def run_command(message_object) list_response = Invoker.commander.process_list send_data(list_response) true end end end end
Version data entries
20 entries across 20 versions & 3 rubygems