private void courses()

in generator/src/main/groovy/model/SiteMap.groovy [100:103]


    private void courses(Closure coursesSpec) {
        def clone = coursesSpec.rehydrate(this, this, this)
        clone()
    }