method
start
v7.0.0 -
Show latest stable
- Class:
ActiveSupport::Testing::ParallelizeExecutor
start()public
No documentation available.
# File activesupport/lib/active_support/testing/parallelize_executor.rb, line 14
def start
parallelize if should_parallelize?
show_execution_info
parallel_executor.start if parallelized?
end