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 ⇒ Float
private
Minimum reporter delay.
Methods inherited from Mutant::Reporter
#progress, #report, #start, #test_progress, #test_report, #test_start, #warn
Instance Method Details
#delay ⇒ Float
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.
Minimum reporter delay
21 22 23 |
# File 'lib/mutant/reporter/sequence.rb', line 21 def delay reporters.map(&:delay).min end |