Attributes
rap | [R] |
Public Class methods
new
(rap)
-
rap a Rye::Rap object
[show source]
# File lib/rye.rb, line 97 def initialize(rap) @rap = rap end
Public Instance methods
exit_status
()
[show source]
# File lib/rye.rb, line 105 def exit_status; @rap.exit_status if @rap; end
message
()
[show source]
# File lib/rye.rb, line 100 def message "%s (cmd: %s; status: %s)" % [@rap.stderr.join($/), @rap.cmd, @rap.exit_status] end