Class: Konacha::Server
- Inherits:
-
Object
- Object
- Konacha::Server
- Defined in:
- lib/konacha/server.rb
Class Method Summary collapse
Class Method Details
.start ⇒ Object
3 4 5 |
# File 'lib/konacha/server.rb', line 3 def self.start Rack::Server.start(:app => Konacha.application, :Port => Konacha.port, :AccessLog => []) end |