lib/flipper/adapter.rb in flipper-0.10.2 vs lib/flipper/adapter.rb in flipper-0.11.0.beta1
- old
+ new
@@ -9,7 +9,17 @@
features.each do |feature|
result[feature.key] = get(feature)
end
result
end
+
+ def default_config
+ {
+ boolean: nil,
+ groups: Set.new,
+ actors: Set.new,
+ percentage_of_actors: nil,
+ percentage_of_time: nil,
+ }
+ end
end
end