make_passwd(realm, user, pass)
public
Creates an obscured password in realm with user and
password using the auth_type of this database.
# File lib/webrick/httpauth/userdb.rb, line 32
def make_passwd(realm, user, pass)
@auth_type::make_passwd(realm, user, pass)
end