Class: Mutant::Matcher::Method::Instance::Evaluator Private

Inherits:
Evaluator
  • Object
show all
Defined in:
lib/mutant/matcher/method/instance.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.

Instance method specific evaluator

Direct Known Subclasses

Memoized

Defined Under Namespace

Classes: Memoized

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.

:def
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.

0
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::Instance

Method Summary

Methods inherited from Evaluator

#call

Methods included from Procto

included