private void usergroups()

in generator/src/main/groovy/model/SiteMap.groovy [90:93]


    private void usergroups(Closure groupsSpec) {
        def clone = groupsSpec.rehydrate(this ,this ,this)
        clone()
    }