19 20 21
# File 'lib/corral.rb', line 19 def self.disable(feature, options = {}) flip_feature(feature, options.merge(enable: false)) end