module Primer::TabbedComponentHelper

def selected_tabs_count

def selected_tabs_count
  @selected_tabs_count ||= tabs.count(&:selected)
end