Method: Invoker::IPC::TailCommand#run_command
- Defined in:
- lib/invoker/ipc/tail_command.rb
#run_command(message_object) ⇒ Object
4 5 6 7 8 |
# File 'lib/invoker/ipc/tail_command.rb', line 4 def run_command() Invoker::Logger.puts("Adding #{.process_names.inspect}") Invoker.tail_watchers.add(.process_names, client_socket) false end |