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