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

Noop progress report

Returns:

  • (self)


14
15
16
# File 'lib/mutant/reporter/cli/progress/noop.rb', line 14

def run
  self
end