Method: Gemstash::Cache#invalidate_authorization
- Defined in:
- lib/gemstash/cache.rb
#invalidate_authorization(auth_key) ⇒ Object
25 26 27 |
# File 'lib/gemstash/cache.rb', line 25 def (auth_key) @client.delete("auths/#{auth_key}") end |