Rye::RyeError
rap a Rye::Rap object
# File lib/rye.rb, line 75 def initialize(rap) @rap = rap end
# File lib/rye.rb, line 83 def exit_status; @rap.exit_status if @rap; end
# File lib/rye.rb, line 78 def message "%s (cmd: %s; status: %s)" % [@rap.stderr.join($/), @rap.cmd, @rap.exit_status] end
# File lib/rye.rb, line 81 def stderr; @rap.stderr if @rap; end
# File lib/rye.rb, line 82 def stdout; @rap.stdout if @rap; end
[Validate]
Generated with the Darkfish Rdoc Generator 2.