Class: FeatureHub::Sdk::Impl::StrategyMatcher
- Inherits:
-
Object
- Object
- FeatureHub::Sdk::Impl::StrategyMatcher
- Defined in:
- lib/feature_hub/sdk/impl/strategy_wrappers.rb
Overview
generic strategy matcher (and fallthrough)
Direct Known Subclasses
BooleanMatcher, IpNetworkMatcher, NumberMatcher, SemanticVersionMatcher, StringMatcher
Instance Method Summary collapse
Instance Method Details
#match(_supplied_value, _attr) ⇒ Object
10 11 12 |
# File 'lib/feature_hub/sdk/impl/strategy_wrappers.rb', line 10 def match(_supplied_value, _attr) false end |