method
set_passwd
v1_9_2_180 -
Show latest stable
- Class:
WEBrick::HTTPAuth::Htpasswd
set_passwd(realm, user, pass)public
No documentation available.
# File lib/webrick/httpauth/htpasswd.rb, line 68
def set_passwd(realm, user, pass)
@passwd[user] = make_passwd(realm, user, pass)
end