Flowdock
make_passwd(realm, user, pass) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/webrick/httpauth/userdb.rb, line 15
      def make_passwd(realm, user, pass)
        @auth_type::make_passwd(realm, user, pass)
      end
Register or log in to add new notes.