Class: Mutant::Reporter::Sequence Private
- Inherits:
-
Mutant::Reporter
- Object
- Mutant::Reporter
- Mutant::Reporter::Sequence
- Defined in:
- lib/mutant/reporter/sequence.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #delay ⇒ Object private
Methods inherited from Mutant::Reporter
#progress, #report, #start, #warn
Instance Method Details
#delay ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
16 17 18 |
# File 'lib/mutant/reporter/sequence.rb', line 16 def delay reporters.map(&:delay).min end |