class Primer::Beta::NavList::Item

def expand!

Cause this item to show its list of sub items when rendered.
def expand!
  @expanded = true
end