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