Method: CliApplication::Stat#exitcode=
- Defined in:
- lib/cli_application/stat.rb
#exitcode=(code) ⇒ Object
Функции настройки приложения
24 25 26 |
# File 'lib/cli_application/stat.rb', line 24 def exitcode=(code) @stat[:last][:exitcode] = code end |