Object
Exit status class for times the system just gives us a nil.
# File rake/pseudo_status.rb, line 7 def initialize(code=0) @exitstatus = code end
# File rake/pseudo_status.rb, line 13 def >>(n) to_i >> n end
# File rake/pseudo_status.rb, line 19 def exited? true end
# File rake/pseudo_status.rb, line 16 def stopped? false end
# File rake/pseudo_status.rb, line 10 def to_i @exitstatus << 8 end
This page was generated for Ruby 2.0.0
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.26.0.