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