Class: Process::Status
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#as_json(options = nil) ⇒ Object
196 197 198 |
# File 'lib/core_ext/object/json.rb', line 196 def as_json( = nil) { :exitstatus => exitstatus, :pid => pid } end |