# File lib/rye.rb, line 78 78: def message 79: "%s (cmd: %s; status: %s)" % [@rap.stderr.join($/), @rap.cmd, @rap.exit_status] 80: end