# File lib/webrick/httpauth/htpasswd.rb, line 63 def get_passwd(realm, user, reload_db) reload() if reload_db @passwd[user] end