Method: Eye::ChildProcess#prepare_command
- Defined in:
- lib/eye/child_process.rb
#prepare_command(command) ⇒ Object
override
94 95 96 |
# File 'lib/eye/child_process.rb', line 94 def prepare_command(command) super.gsub('{PARENT_PID}', @parent_pid.to_s) end |