Flowdock
get_passwd(realm, user, reload_db) 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 63
      def get_passwd(realm, user, reload_db)
        reload() if reload_db
        @passwd[user]
      end
Register or log in to add new notes.