Class: Mutant::Reporter::Sequence Private

Inherits:
Mutant::Reporter show all
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

Methods inherited from Mutant::Reporter

#progress, #report, #start, #warn

Instance Method Details

#delayFloat

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

Returns:

  • (Float)


21
22
23
# File 'lib/mutant/reporter/sequence.rb', line 21

def delay
  reporters.map(&:delay).min
end