method
after_fork
v6.0.0 -
Show latest stable
- Class:
ActiveSupport::Testing::Parallelization
after_fork(worker)public
No documentation available.
# File activesupport/lib/active_support/testing/parallelization.rb, line 61
def after_fork(worker)
self.class.after_fork_hooks.each do |cb|
cb.call(worker)
end
end