# File lib/glue/hash.rb, line 111
        def delete(key)
                return @sync.synchronize(::Sync::EX) {
                        @delegate.delete(key)
                }
        end