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