Module: Resyma::Core::Matchable

Included in:
EpsilonClass, PTNodeMatcher
Defined in:
lib/resyma/core/automaton/matchable.rb

Instance Method Summary collapse

Instance Method Details

#match_with_value?(_other) ⇒ true, false

Matches with an object

Parameters:

  • _other (Object)

    Value to be matched

Returns:

  • (true, false)

    Result



11
12
13
# File 'lib/resyma/core/automaton/matchable.rb', line 11

def match_with_value?(_other)
  false
end