private void videos()

in generator/src/main/groovy/model/SiteMap.groovy [95:98]


    private void videos(Closure videosSpec) {
        def clone = videosSpec.rehydrate(this, this, this)
        clone()
    }