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

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

#original_nodeObject

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]

50
51
52
# File 'lib/mutant/reporter/cli/printer/mutation.rb', line 50

def original_node
  object.subject.node
end