Flowdock
delete_passwd(realm, user) public

No documentation

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

Hide source
# File lib/webrick/httpauth/htdigest.rb, line 75
      def delete_passwd(realm, user)
        if hash = @digest[realm]
          hash.delete(user)
        end
      end
Register or log in to add new notes.