In Files

Parent

Methods

Files

Class/Module Index [+]

Quicksearch

Open4::SpawnError

Attributes

cmd[R]
status[R]

Public Class Methods

new(cmd, status) click to toggle source
# File lib/open4.rb, line 84
def initialize cmd, status
  @cmd, @status = cmd, status
  super "cmd <#{ cmd }> failed with <#{ exitstatus }>"
end

Public Instance Methods

exitstatus() click to toggle source
# File lib/open4.rb, line 81
def exitstatus
  @status.exitstatus
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.