BasicAuth -> Hash
WEBrick::HTTPAuth::BasicAuth の設定のデフォルト値を保持したハッシュです。
require 'webrick' WEBrick::Config::BasicAuth = { :AutoReloadUserDB => true, }