Class: Evilution::Reporter::CLI::LineFormatters::Header Private
- Inherits:
-
Object
- Object
- Evilution::Reporter::CLI::LineFormatters::Header
- Defined in:
- lib/evilution/reporter/cli/line_formatters/header.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #format(_summary) ⇒ Object private
Instance Method Details
#format(_summary) ⇒ Object
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.
7 8 9 |
# File 'lib/evilution/reporter/cli/line_formatters/header.rb', line 7 def format(_summary) "Evilution v#{Evilution::VERSION} — Mutation Testing Results" end |