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