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