method
get_passwd
v1_9_2_180 -
Show latest stable
- Class:
WEBrick::HTTPAuth::Htpasswd
get_passwd(realm, user, reload_db)public
No documentation available.
# File lib/webrick/httpauth/htpasswd.rb, line 63
def get_passwd(realm, user, reload_db)
reload() if reload_db
@passwd[user]
end