Class: Evilution::AST::Pattern::DeepWildcardMatcher

Inherits:
Object
  • Object
show all
Defined in:
lib/evilution/ast/pattern/matcher.rb

Instance Method Summary collapse

Instance Method Details

#match?(_node) ⇒ Boolean

Returns:

  • (Boolean)


50
51
52
# File 'lib/evilution/ast/pattern/matcher.rb', line 50

def match?(_node)
  true
end