Class: Mutant::Reporter::CLI::Progress::Noop

Inherits:
Mutant::Reporter::CLI::Progress show all
Defined in:
lib/mutant/reporter/cli/progress/noop.rb

Overview

Noop CLI progress reporter

Instance Method Summary collapse

Methods inherited from Mutant::Reporter::CLI::Printer

run

Methods included from Delegator

included

Instance Method Details

#runself

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.

Noop progress report

Returns:

  • (self)


16
17
18
# File 'lib/mutant/reporter/cli/progress/noop.rb', line 16

def run
  self
end