Libraries
»
feature_guard
(0.1.2)
»
Index
»
FeatureGuard
»
Guard
»
#enable
Method: FeatureGuard::Guard#enable
Defined in:
lib/feature_guard/guard.rb
#
enable
⇒
Object
13 14 15
# File 'lib/feature_guard/guard.rb', line 13
def
enable
redis
.
set
(
flag_key
,
1
)
end