[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

cousteau[section] Home

"Home Section"

! CousteauDivers class methodsFor: #specs !
homeCoordinatorSpec
	" Private - Return the section spec. "

	^(
        (#class -> #MobileEditor),
        (#configuration -> (
            (#title -> #Home)
            )
        )
      )! !