"Science Section"
! CousteauDivers class methodsFor: #specs !
scienceCoordinatorSpec
" Private - Return the section spec. "
^(
(#class -> #MobileEditor),
(#configuration -> (
(#title -> #Science)
)
)
)! !