Class: Vita::Server
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- Vita::Server
- Defined in:
- lib/vita/server.rb
Class Method Summary collapse
Class Method Details
.await_startup ⇒ Object
8 9 10 |
# File 'lib/vita/server.rb', line 8 def self.await_startup sleep 0.1 until settings.running? end |