class Flipflop::StrategyError

Public Class Methods

new(key, error) click to toggle source
Calls superclass method
# File lib/flipflop/feature_set.rb, line 9
def initialize(key, error)
  super("Strategy '#{key}' #{error}.")
end