Class: Mutant::AST::Pattern::Any Private
- Inherits:
-
Mutant::AST::Pattern
- Object
- Mutant::AST::Pattern
- Mutant::AST::Pattern::Any
- Defined in:
- lib/mutant/ast/pattern.rb
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 Summary collapse
- #match?(_node) ⇒ Boolean private
Methods inherited from Mutant::AST::Pattern
Instance Method Details
#match?(_node) ⇒ Boolean
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.
101 102 103 |
# File 'lib/mutant/ast/pattern.rb', line 101 def match?(_node) true end |