Method: AtprotoAuth::Storage::Interface#release_lock
- Defined in:
- lib/atproto_auth/storage/interface.rb
#release_lock(key) ⇒ Boolean
Release a lock
71 72 73 |
# File 'lib/atproto_auth/storage/interface.rb', line 71 def release_lock(key) raise NotImplementedError end |