Method: Mutant::Reporter::CLI#progress

Defined in:
lib/mutant/reporter/cli.rb

#progress(collector) ⇒ self

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.

Report progress object

Parameters:

Returns:

  • (self)


46
47
48
49
50
# File 'lib/mutant/reporter/cli.rb', line 46

def progress(collector)
  write(format.progress(collector))

  self
end