Class: ThatLanguage::Service::Application

Inherits:
Sinatra::Base
  • Object
show all
Defined in:
lib/that_language/service/application.rb

Overview

Modular style: require "sinatra" would boot a classic top-level app with an at_exit server runner, which is wrong for a library gem. config.ru runs this class explicitly.