method

before_fork

rails latest stable - Class: ActiveSupport::Testing::Parallelization

Method not available on this version

This method is only available on newer versions. The first available version (v8.1.1) is shown here.

before_fork()
public

No documentation available.

# File activesupport/lib/active_support/testing/parallelization.rb, line 43
      def before_fork
        Parallelization.before_fork_hooks.each(&:call)
      end