class ActiveSupport::Testing::ParallelizeExecutor
def initialize(size:, with:, threshold: ActiveSupport.test_parallelization_threshold)
def initialize(size:, with:, threshold: ActiveSupport.test_parallelization_threshold) @size = size @parallelize_with = with @threshold = threshold end