Method: Mutant::Reporter::CLI::Printer::Mutation#print_no_diff_message

Defined in:
lib/mutant/reporter/cli/printer/mutation.rb

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.

[View source]

40
41
42
43
44
45
46
47
48
# File 'lib/mutant/reporter/cli/printer/mutation.rb', line 40

def print_no_diff_message
  info(
    NO_DIFF_MESSAGE,
    object.original_source,
    original_node.inspect,
    object.source,
    object.node.inspect
  )
end