class Falcon < ::Falcon::Rackup::Handler

Inherits from
::Falcon::Rackup::Handler

Inherited Methods

From Falcon::Rackup::Handler:

Sinatra (and possibly others) try to extract the name using the final part of the class path, so we define a new class in the Rack::Handler namespace that inherits from Falcon::Rackup::Handler, that follows that convention.