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