Method: Primer::Beta::NavList::Group#expand!

Defined in:
app/components/primer/beta/nav_list/group.rb

#expand!Object

Cause this group to show its list of sub items when rendered. :nocov:


66
67
68
# File 'app/components/primer/beta/nav_list/group.rb', line 66

def expand!
  @expanded = true
end