class Concurrent::Collection::NonConcurrentMapBackend

def initialize_copy(other)

def initialize_copy(other)
  super
  set_backend(@default_proc)
  self
end