Module: Resyma::Core::Matchable
- Included in:
- EpsilonClass, PTNodeMatcher
- Defined in:
- lib/resyma/core/automaton/matchable.rb
Instance Method Summary collapse
-
#match_with_value?(_other) ⇒ true, false
Matches with an object.
Instance Method Details
#match_with_value?(_other) ⇒ true, false
Matches with an object
11 12 13 |
# File 'lib/resyma/core/automaton/matchable.rb', line 11 def match_with_value?(_other) false end |