Class: Mutant::CLI::Command::Util::Mutation::Target Private
- Inherits:
-
Object
- Object
- Mutant::CLI::Command::Util::Mutation::Target
- 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.
Defined Under Namespace
Instance Method Summary collapse
- #node ⇒ Object private
Instance Method Details
#node ⇒ 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.
32 33 34 |
# File 'lib/mutant/cli/command/util.rb', line 32 def node Unparser.parse(source) end |