Method: Explorer::IPCClient#cmd_stop
- Defined in:
- lib/explorer/ipc_client.rb
#cmd_stop(label) ⇒ Object
71 72 73 74 75 76 77 |
# File 'lib/explorer/ipc_client.rb', line 71 def cmd_stop(label) msg = { command: 'cmd-stop', label: label, } @socket.puts msg.to_json end |