method
make_passwd
v1_9_1_378 -
Show latest stable
- Class:
WEBrick::HTTPAuth::UserDB
make_passwd(realm, user, pass)public
No documentation available.
# File lib/webrick/httpauth/userdb.rb, line 15
def make_passwd(realm, user, pass)
@auth_type::make_passwd(realm, user, pass)
end