Class: Matcha::Server

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

Class Method Summary collapse

Class Method Details

.startObject



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

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