Method: Rollout#clear_feature_data

Defined in:
lib/rollout.rb

#clear_feature_data(feature) ⇒ Object


150
151
152
153
154
# File 'lib/rollout.rb', line 150

def clear_feature_data(feature)
  with_feature(feature) do |f|
    f.data = {}
  end
end