class FeatureFlipper::FeaturesMapper
Public Instance Methods
in_state(state, &block)
click to toggle source
# File lib/feature_flipper/config.rb, line 85 def in_state(state, &block) FeatureMapper.new(state).instance_eval(&block) end