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