Method: ProcessExecuter::Command::Result#stdout

Defined in:
lib/process_executer/command/result.rb

#stdoutString (readonly)

The captured stdout output from the process

Examples:

result.stdout #=> "On branch master\nnothing to commit, working tree clean\n"

Returns:

  • (String)


48
49
50
# File 'lib/process_executer/command/result.rb', line 48

def stdout
  @stdout
end