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