Class: Mutant::Mutation::Operators::Light Private
- Inherits:
-
Mutant::Mutation::Operators
- Object
- Mutant::Mutation::Operators
- Mutant::Mutation::Operators::Light
- Defined in:
- lib/mutant/mutation/operators.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.
Constant Summary collapse
- NAME =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
:light
- SELECTOR_REPLACEMENTS =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
Full::SELECTOR_REPLACEMENTS .dup .tap do |replacements| replacements.delete(:==) replacements.delete(:eql?) replacements.delete(:first) replacements.delete(:last) end .freeze