Class: Mutant::CLI::Command::Util::Mutation::Target Private

Inherits:
Object
  • Object
show all
Includes:
Unparser::Adamantium
Defined in:
lib/mutant/cli/command/util.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Direct Known Subclasses

File, Source

Defined Under Namespace

Classes: File, Source

Instance Method Summary collapse

Instance Method Details

#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.



32
33
34
# File 'lib/mutant/cli/command/util.rb', line 32

def node
  Unparser.parse(source)
end