Object
Exit status class for times the system just gives us a nil.
# File lib/rake.rb, line 313 def initialize(code=0) @exitstatus = code end
# File lib/rake.rb, line 319 def >>(n) to_i >> n end
# File lib/rake.rb, line 325 def exited? true end
# File lib/rake.rb, line 322 def stopped? false end
# File lib/rake.rb, line 316 def to_i @exitstatus << 8 end
[Validate]
Generated with the Darkfish Rdoc Generator 2.