Class: Mutant::Mutation::Neutral

Inherits:
Mutant::Mutation show all
Defined in:
lib/mutant/mutation/neutral.rb

Overview

Neutral mutation

Direct Known Subclasses

Noop

Defined Under Namespace

Classes: Noop

Constant Summary collapse

SYMBOL =
'neutral'.freeze
SHOULD_FAIL =
false

Constants inherited from Mutant::Mutation

CODE_DELIMITER, CODE_RANGE

Method Summary

Methods inherited from Mutant::Mutation

#code, #identification, #insert, #original_source, #root, #should_fail?, #source, #success?