Class: Z4app::APP
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- Z4app::APP
- Includes:
- Z4app
- Defined in:
- lib/z4app.rb
Overview
The web-app server
Constant Summary
Constants included from Z4app
Instance Method Summary collapse
Methods included from Z4app
Instance Method Details
#die! ⇒ Object
137 138 139 |
# File 'lib/z4app.rb', line 137 def die! Process.kill('TERM', Process.pid) end |