Class: FeatureHub::Sdk::PercentageCalculator

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

Overview

generic percentage calculator

Direct Known Subclasses

Impl::Murmur3PercentageCalculator

Instance Method Summary collapse

Instance Method Details

#determine_client_percentage(_percentage_text, _feature_id) ⇒ Object



7
8
9
# File 'lib/feature_hub/sdk/percentage_calc.rb', line 7

def determine_client_percentage(_percentage_text, _feature_id)
  0
end