Method: Mutant::Reporter::CLI::Printer::Mutation#print_no_diff_message
- Defined in:
- lib/mutant/reporter/cli/printer/mutation.rb
permalink #print_no_diff_message ⇒ 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.
40 41 42 43 44 45 46 47 48 |
# File 'lib/mutant/reporter/cli/printer/mutation.rb', line 40 def info( NO_DIFF_MESSAGE, object.original_source, original_node.inspect, object.source, object.node.inspect ) end |