Flowdock
set_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/htpasswd.rb, line 68
      def set_passwd(realm, user, pass)
        @passwd[user] = make_passwd(realm, user, pass)
      end
Register or log in to add new notes.