Class: Mutant::Reporter::CLI::Report::Mutation

Inherits:
Mutant::Reporter::CLI::Report show all
Defined in:
lib/mutant/reporter/cli/report/mutation.rb

Overview

Reporter for mutations

Direct Known Subclasses

Diff, Noop

Defined Under Namespace

Classes: Diff, Noop

Instance Method Summary collapse

Methods inherited from 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.

Run report printer

Returns:

  • (self)


17
18
19
20
21
# File 'lib/mutant/reporter/cli/report/mutation.rb', line 17

def run
  puts(object.identification)
  puts(details)
  self
end