Class: Mutant::Matcher::Method::Singleton::Evaluator Private
- Defined in:
- lib/mutant/matcher/method/singleton.rb
Overview
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.
Singleton method evaluator
Constant Summary collapse
- MATCH_NODE_TYPE =
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.
:defs
- NAME_INDEX =
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.
1
- RECEIVER_INDEX =
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.
0
- RECEIVER_WARNING =
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.
'Can only match :defs on :self or :const got %p unable to match'
- SUBJECT_CLASS =
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.
Subject::Method::Singleton