static def loadYaml()

in netbeans.apache.org/buildSrc/src/main/groovy/Utils.groovy [58:61]


    static def loadYaml(File ymlFile) {
        def yaml = new Yaml()
        return yaml.load(ymlFile.text)
    }