# File lib/facets/more/synchash.rb, line 78 def delete(key) @sync.synchronize(::Sync::EX) { super } end