163 164 165
# File 'lib/rollout.rb', line 163 def features (@storage.get(features_key) || '').split(',').map(&:to_sym) end