Class: Mutant::Mutation::Operators::Light Private

Inherits:
Mutant::Mutation::Operators show all
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?)
end
.freeze

Constants inherited from Mutant::Mutation::Operators

TRANSFORM

Method Summary

Methods inherited from Mutant::Mutation::Operators

operators_name, parse, #selector_replacements