class Concurrent::Collection::SynchronizedMapBackend

def dupped_backend

def dupped_backend
  @mutex.synchronize { super }
end