Class: FeatureHub::Sdk::Impl::StrategyMatcher

Inherits:
Object
  • Object
show all
Defined in:
lib/feature_hub/sdk/impl/strategy_wrappers.rb

Overview

generic strategy matcher (and fallthrough)

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