In Files

Parent

Rye::Err

Attributes

rap[R]

Public Class Methods

new(rap) click to toggle source
# File lib/rye.rb, line 75
def initialize(rap)
  @rap = rap
end

Public Instance Methods

exit_status() click to toggle source
# File lib/rye.rb, line 83
def exit_status; @rap.exit_status if @rap; end
message() click to toggle source
# File lib/rye.rb, line 78
def message
  "%s (cmd: %s; status: %s)" % [@rap.stderr.join($/), @rap.cmd, @rap.exit_status]
end
stderr() click to toggle source
# File lib/rye.rb, line 81
def stderr; @rap.stderr if @rap; end
stdout() click to toggle source
# File lib/rye.rb, line 82
def stdout; @rap.stdout if @rap; end

[Validate]

Generated with the Darkfish Rdoc Generator 2.