Class: Konacha::Server

Inherits:
Object
  • Object
show all
Defined in:
lib/konacha/server.rb

Class Method Summary collapse

Class Method Details

.startObject



3
4
5
# File 'lib/konacha/server.rb', line 3

def self.start
  Rack::Server.start(:app => Konacha.application, :Host => Konacha.host, :Port => Konacha.port, :AccessLog => [])
end