The output of the process
stdout = "git version 2.39.1\n" result = Git::CommandLineResult.new($?, stdout, "") result.stdout #=> "git version 2.39.1\n"
Returns:
71 72 73
# File 'lib/git/command_line_result.rb', line 71 def stdout @stdout end