Class: Mutant::Subject::Method::Instance Private
- Inherits:
-
Mutant::Subject::Method
- Object
- Mutant::Subject
- Mutant::Subject::Method
- Mutant::Subject::Method::Instance
- Defined in:
- lib/mutant/subject/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 subjects
Direct Known Subclasses
Defined Under Namespace
Classes: Memoized
Constant Summary collapse
- 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
- SYMBOL =
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.
'#'
Instance Method Summary collapse
- #post_insert ⇒ Object private
-
#prepare ⇒ self
private
Prepare subject for mutation insertion.
Methods inherited from Mutant::Subject::Method
#expression, #match_expressions, #name
Methods inherited from Mutant::Subject
#expression, #identification, #inline_disabled?, #match_expressions, #mutations, #source, #source_line, #source_lines, #source_path
Instance Method Details
#post_insert ⇒ Object
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.
20 21 22 23 |
# File 'lib/mutant/subject/method/instance.rb', line 20 def post_insert scope.raw.__send__(visibility, name) self end |
#prepare ⇒ self
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.
Prepare subject for mutation insertion
15 16 17 18 |
# File 'lib/mutant/subject/method/instance.rb', line 15 def prepare scope.raw.undef_method(name) self end |