class Concurrent::Collection::MriMapBackend

def replace_if_exists(key, new_value)

def replace_if_exists(key, new_value)
  @write_lock.synchronize { super }
end