Class: FeatureFlipper::StatesMapper
- Inherits:
-
Object
- Object
- FeatureFlipper::StatesMapper
- Defined in:
- lib/feature_flipper/config.rb
Instance Method Summary collapse
Instance Method Details
#state(name, condition = false) ⇒ Object
91 92 93 |
# File 'lib/feature_flipper/config.rb', line 91 def state(name, condition = false) FeatureFlipper::Config.states[name] = condition end |