Module: Henitai::Integration::CoverageStartSuppressor
- Defined in:
- lib/henitai/integration/coverage_suppression.rb,
sig/henitai.rbs
Overview
Prepended onto the coverage gem's Coverage singleton to turn start into a no-op during mutant child runs.
Instance Method Summary collapse
Instance Method Details
#start(*_args) ⇒ nil
14 |
# File 'lib/henitai/integration/coverage_suppression.rb', line 14 def start(*_args) = nil |