config.ru

Summary

Maintainability
Test Coverage
#!/usr/bin/env ruby
# ^ For syntax highlighting

require './application'

run Sinatra::Application