# File lib/rack/server.rb, line 198
    def app
      @app ||= options[:builder] ? build_app_from_string : build_app_and_options_from_config
    end