Method: R10K::Util::Subprocess::Result#exit_code
- Defined in:
- lib/r10k/util/subprocess/result.rb
#exit_code ⇒ Object (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
22 23 24 |
# File 'lib/r10k/util/subprocess/result.rb', line 22 def exit_code @exit_code end |