# File lib/facets/more/synchash.rb, line 106 def []=(key, value) @sync.synchronize(::Sync::EX) { @delegate[key] = value } end