class Falcon::Controller::Serve

def load_app

@returns [Protocol::HTTP::Middleware] an instance of the application to be served.
def load_app
	@command.load_app
end