# File lib/rack/server.rb, line 96
    def default_options
      {
        :environment => "development",
        :pid         => nil,
        :Port        => 9292,
        :Host        => "0.0.0.0",
        :AccessLog   => [],
        :config      => ::File.expand_path("config.ru", Dir.pwd)
      }
    end