# File lib/facets/more/synchash.rb, line 70
    def [](key)
      @sync.synchronize(::Sync::SH) { super }
    end