method
parallel_executor
rails latest stable - Class:
ActiveSupport::Testing::ParallelizeExecutor
parallel_executor()private
No documentation available.
# File activesupport/lib/active_support/testing/parallelize_executor.rb, line 31
def parallel_executor
@parallel_executor ||= build_parallel_executor
end