Method: Corral.disable

Defined in:
lib/corral.rb

.disable(feature, options = {}) ⇒ Object



19
20
21
# File 'lib/corral.rb', line 19

def self.disable(feature, options = {})
  flip_feature(feature, options.merge(enable: false))
end