= private = protected
The exact documentation you were looking for could not be found. Here is the best guess.
delete_passwd(realm, user)
Removes a password from the database for user in realm.
# File lib/webrick/httpauth/htpasswd.rb, line 111 def delete_passwd(realm, user) @passwd.delete(user) end