Method: SyncHash::Delegator#delete
- Defined in:
- lib/mega/synchash.rb
#delete(key) ⇒ Object
119 120 121 |
# File 'lib/mega/synchash.rb', line 119 def delete(key) @sync.synchronize(::Sync::EX) { @delegate.delete(key) } end |
119 120 121 |
# File 'lib/mega/synchash.rb', line 119 def delete(key) @sync.synchronize(::Sync::EX) { @delegate.delete(key) } end |