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