= private = protected
set_passwd(realm, user, pass)
Sets a password in realm with user and password for the auth_type of this database.
# File lib/webrick/httpauth/userdb.rb, line 40 def set_passwd(realm, user, pass) self[user] = pass end