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/htpasswd.rb, line 72
      def delete_passwd(realm, user)
        @passwd.delete(user)
      end
Register or log in to add new notes.