Class: Vita::Server

Inherits:
Sinatra::Base
  • Object
show all
Defined in:
lib/vita/server.rb

Class Method Summary collapse

Class Method Details

.await_startupObject



8
9
10
# File 'lib/vita/server.rb', line 8

def self.await_startup
  sleep 0.1 until settings.running?
end