Module: Henitai::Integration::CoverageStartSuppressor
- Defined in:
- lib/henitai/integration/coverage_suppression.rb
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) ⇒ Object
14 |
# File 'lib/henitai/integration/coverage_suppression.rb', line 14 def start(*_args) = nil |