Method: Rollout#features

Defined in:
lib/rollout.rb

#featuresObject


163
164
165
# File 'lib/rollout.rb', line 163

def features
  (@storage.get(features_key) || '').split(',').map(&:to_sym)
end