private void downloads()

in generator/src/main/groovy/model/SiteMap.groovy [80:83]


    private void downloads(Closure dlSpec) {
        def clone = dlSpec.rehydrate(this, this, this)
        clone()
    }