Object
Exit status class for times the system just gives us a nil.
# File rake/pseudo_status.rb, line 8 def initialize(code=0) @exitstatus = code end
# File rake/pseudo_status.rb, line 16 def >>(n) to_i >> n end
# File rake/pseudo_status.rb, line 24 def exited? true end
# File rake/pseudo_status.rb, line 20 def stopped? false end
# File rake/pseudo_status.rb, line 12 def to_i @exitstatus << 8 end
This page was generated for Ruby 2.1.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.33.0.