This is the full output from a process. The object itself (a String) is the stdout of the process.
@api public
@return [Integer] The exit status of the process @api public
@api private
# File lib/puppet/util/execution.rb, line 29 def initialize(value,exitstatus) super(value) @exitstatus = exitstatus end