class ActiveSupport::Testing::ParallelizeExecutor

def parallelized?

Experimental RBS support (using type sampling data from the type_fusion project).

def parallelized?: () -> nil

This signature was generated using 6 samples from 1 application.

def parallelized?
  @parallelized if defined?(@parallelized)
end