in lib/gitlab/feature_flag_alert/feature_flag_collection.rb [23:28]
def each(&block) flags.each do |flag| block.call(flag) end end