class Primer::Beta::NavList::Item

def active_sub_item?

def active_sub_item?
  items.any? { |subitem| item_active?(subitem) }
end