Module: FeatureCop::Toggle::ClassMethods
- Defined in:
- lib/feature_cop/toggle.rb
Instance Method Summary collapse
Instance Method Details
#disabled(*args) ⇒ Object
14 15 16 |
# File 'lib/feature_cop/toggle.rb', line 14 def disabled(*args) false end |
#enabled(*args) ⇒ Object
10 11 12 |
# File 'lib/feature_cop/toggle.rb', line 10 def enabled(*args) true end |