Class: Mutant::Reporter::CLI::Printer::Subject

Inherits:
Mutant::Reporter::CLI::Printer show all
Defined in:
lib/mutant/reporter/cli/printer/subject.rb

Overview

Subject results printer

Direct Known Subclasses

Runner

Defined Under Namespace

Classes: Runner

Constant Summary

Constants inherited from Mutant::Reporter::CLI::Printer

REGISTRY

Instance Method Summary collapse

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

build, finalize, handle, run, visit

Instance Method Details

#runundefined

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 subject results printer

Returns:

  • (undefined)


19
20
21
# File 'lib/mutant/reporter/cli/printer/subject.rb', line 19

def run
  info('%s', object.identification)
end