Class: Mutant::CLI::Command::Util::Mutation::Target::File Private
- Inherits:
-
Mutant::CLI::Command::Util::Mutation::Target
- Object
- Mutant::CLI::Command::Util::Mutation::Target
- Mutant::CLI::Command::Util::Mutation::Target::File
- 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.
Instance Method Summary collapse
- #identification ⇒ Object private
Methods inherited from Mutant::CLI::Command::Util::Mutation::Target
Instance Method Details
#identification ⇒ 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.
42 43 44 |
# File 'lib/mutant/cli/command/util.rb', line 42 def identification "file:#{pathname}" end |