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