class Rackup::Server

def app

def app
  @app ||= options[:builder] ? build_app_from_string : build_app_and_options_from_config
end