class Concurrent::Collection::NonConcurrentMapBackend

def initialize_copy(other)

def initialize_copy(other)
  super
  @backend = {}
  self
end