Module: Hackle::ValueMatcher

Included in:
BooleanMatcher, NumberMatcher, StringMatcher, VersionMatcher
Defined in:
lib/hackle/internal/evaluation/match/value/value_matcher.rb

Instance Method Summary collapse

Instance Method Details

#matches(operator_matcher, value, match_value) ⇒ boolean

Parameters:

Returns:

  • (boolean)


11
# File 'lib/hackle/internal/evaluation/match/value/value_matcher.rb', line 11

def matches(operator_matcher, value, match_value) end