Class: Mutant::Matcher::Method::Singleton
- Inherits:
-
Mutant::Matcher::Method
- Object
- Mutant::Matcher
- Mutant::Matcher::Method
- Mutant::Matcher::Method::Singleton
- Defined in:
- lib/mutant/matcher/method/singleton.rb
Overview
Matcher for singleton methods
Constant Summary collapse
Constants inherited from Mutant::Matcher::Method
Instance Method Summary collapse
-
#identification ⇒ String
private
Return identification.
Methods inherited from Mutant::Matcher::Method
Methods inherited from Mutant::Matcher
Instance Method Details
#identification ⇒ String
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Return identification
14 15 16 |
# File 'lib/mutant/matcher/method/singleton.rb', line 14 def identification "#{scope.name}.#{method_name}" end |