You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class Rollout
# ...+ def to_hash+ results = {}+ features.each do |feature|+ with_feature(feature) do |f|+ results[feature] = f.to_hash+ end+ end+ results+ end
end
The text was updated successfully, but these errors were encountered:
Something like this?
The text was updated successfully, but these errors were encountered: