Method: ProcessExecuter::Command::Result#stdout
- Defined in:
- lib/process_executer/command/result.rb
#stdout ⇒ String (readonly)
The captured stdout output from the process
48 49 50 |
# File 'lib/process_executer/command/result.rb', line 48 def stdout @stdout end |