30 31 32 33 34
# File 'lib/rollout.rb', line 30 def activate(feature) with_feature(feature) do |f| f.percentage = 100 end end