Method: Bozo::ConfigurationError#exit_code
- Defined in:
- lib/bozo/configuration_error.rb
#exit_code ⇒ Object (readonly)
The code the program should exit with upon handling this error.
8 9 10 |
# File 'lib/bozo/configuration_error.rb', line 8 def exit_code @exit_code end |