Class: Evilution::Reporter::CLI::ItemFormatters::Disabled

Inherits:
Object
  • Object
show all
Defined in:
lib/evilution/reporter/cli/item_formatters/disabled.rb

Instance Method Summary collapse

Instance Method Details

#format(mutation) ⇒ Object



6
7
8
# File 'lib/evilution/reporter/cli/item_formatters/disabled.rb', line 6

def format(mutation)
  "  #{mutation.operator_name}: #{mutation.file_path}:#{mutation.line}"
end