Method: ProcessExecuter::Result#command
- Defined in:
- lib/process_executer/result.rb
#command ⇒ Array (readonly)
The command that was used to spawn the process
59 60 61 |
# File 'lib/process_executer/result.rb', line 59 def command @command end |