Class: Mutant::AST::Pattern::None Private

Inherits:
Mutant::AST::Pattern show all
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

Methods inherited from Mutant::AST::Pattern

parse

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.

Returns:

  • (Boolean)


107
108
109
# File 'lib/mutant/ast/pattern.rb', line 107

def match?(_node)
  false
end