Support for the Ruby 2.1 series ended on March 31 2017. See here for details.
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 a service of James Britt and Neurogami, an erratic source of art, music, and technology.
Generated with Ruby-doc Rdoc Generator 0.44.0.