Class: Evilution::AST::Pattern::WildcardValueMatcher
- Inherits:
-
Object
- Object
- Evilution::AST::Pattern::WildcardValueMatcher
- Defined in:
- lib/evilution/ast/pattern/matcher.rb
Instance Method Summary collapse
Instance Method Details
#match?(node) ⇒ Boolean
89 90 91 |
# File 'lib/evilution/ast/pattern/matcher.rb', line 89 def match?(node) !node.nil? end |
#match_value?(_actual) ⇒ Boolean
85 86 87 |
# File 'lib/evilution/ast/pattern/matcher.rb', line 85 def match_value?(_actual) true end |