!@attribute [r] result
@return [R10K::Util::Subprocess::Result]
# File lib/r10k/util/subprocess/subprocess_error.rb, line 13 def initialize(mesg, options = {}) super setopts(options, {:result => true}) end
# File lib/r10k/util/subprocess/subprocess_error.rb, line 18 def message msg = [] msg << "#{super}:" msg << @result.format msg.join("\n") end