Class: Evilution::Reporter::CLI::ItemFormatters::ResultLocation
- Inherits:
-
Object
- Object
- Evilution::Reporter::CLI::ItemFormatters::ResultLocation
- Defined in:
- lib/evilution/reporter/cli/item_formatters/result_location.rb
Instance Method Summary collapse
Instance Method Details
#format(result) ⇒ Object
6 7 8 9 |
# File 'lib/evilution/reporter/cli/item_formatters/result_location.rb', line 6 def format(result) mutation = result.mutation " #{mutation.operator_name}: #{mutation.file_path}:#{mutation.line}" end |