139 140 141 142
# File 'lib/rollout.rb', line 139 def get(feature) string = @storage.get(key(feature)) Feature.new(feature, string, @options) end