Class: Mutant::Matcher::Method::Singleton::Evaluator Private

Inherits:
Evaluator
  • Object
show all
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

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
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
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_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'

Method Summary

Methods inherited from Evaluator

#call