3 4 5
# File 'lib/matcha/server.rb', line 3 def self.start Rack::Server.start(:app => Matcha.application, :Port => Matcha.port, :AccessLog => []) end