Class: Process::Status
Instance Method Summary collapse
Instance Method Details
#success? ⇒ Boolean
10 |
# File 'lib/rant/init.rb', line 10 def success?; exitstatus == 0; end |
10 |
# File 'lib/rant/init.rb', line 10 def success?; exitstatus == 0; end |