We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48e241d commit e6fbdb2Copy full SHA for e6fbdb2
lib/flipper/gate.rb
@@ -26,7 +26,7 @@ def enabled?(value)
26
# in subclass.
27
#
28
# Returns true if gate open for any actor, false if not.
29
- def open?(actors, value, options = {})
+ def open?(context)
30
false
31
end
32
0 commit comments