Exception: Exception
- Defined in:
- lib/tagen/core/exception.rb
Overview
exit_code
for shell programming.
end
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.exit_code ⇒ Object
19 20 21 |
# File 'lib/tagen/core/exception.rb', line 19 def exit_code @@exit_code end |
.exit_code=(code) ⇒ Object
23 24 25 |
# File 'lib/tagen/core/exception.rb', line 23 def exit_code=(code) @@exit_code = code end |
Instance Method Details
#exit_code ⇒ Object
28 29 30 |
# File 'lib/tagen/core/exception.rb', line 28 def exit_code self.class.exit_code end |