# File lib/r10k/util/subprocess/subprocess_error.rb, line 18 def message msg = [] msg << "#{super}:" msg << @result.format msg.join("\n") end