Module: SimpleCov::ProcessForkHook
| Relationships & Source Files | |
| 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.