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