# File lib/rack/server.rb, line 220
    def server
      @_server ||= Rack::Handler.get(options[:server]) || Rack::Handler.default(options)
    end