Module: SimpleCov::ProcessForkHook
- Defined in:
- lib/simplecov/process.rb
Overview
Prepended onto Process’s singleton class so every fork — direct or via Kernel#fork / IO.popen — re-runs SimpleCov’s at_fork callback in the child.
Prepended onto Process’s singleton class so every fork — direct or via Kernel#fork / IO.popen — re-runs SimpleCov’s at_fork callback in the child.