Class: Z4app::APP

Inherits:
Sinatra::Base
  • Object
show all
Includes:
Z4app
Defined in:
lib/z4app.rb

Overview

The web-app server

Constant Summary

Constants included from Z4app

COMMIT, VERSION

Instance Method Summary collapse

Methods included from Z4app

embed, init!, on

Instance Method Details

#die!Object



137
138
139
# File 'lib/z4app.rb', line 137

def die!
  Process.kill('TERM', Process.pid)
end