Class: Mutant::Matcher::Methods::Instance Private
- Inherits:
-
Mutant::Matcher::Methods
- Object
- Mutant::Matcher
- Mutant::Matcher::Methods
- Mutant::Matcher::Methods::Instance
- Defined in:
- lib/mutant/matcher/methods.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.
Matcher for instance methods
Constant Summary collapse
- MATCHER =
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.
Matcher::Method::Instance
- MESSAGE =
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.
"Caught an exception while accessing a method with\n#instance_method that is part of \#{public,private,protected}_instance_methods.\n\nThis is a bug in your ruby implementation, its stdlib, your dependencies, or your code.\n\nMutant will ignore this method:\n\nObject: %<scope>s\nMethod: %<method_name>s\nException:\n\n%<exception>s\n\nSee: https://github.com/mbj/mutant/issues/1273\n"