# File lib/glue/hash.rb, line 105 def []=(key, value) return @sync.synchronize(::Sync::EX) { @delegate[key] = value } end