Config.processYamlDirectory

Process all yaml files in a directory, and call the callback with all the root level nodes.

class Config
static final
void
processYamlDirectory
(
string folder
,
void delegate
(
Node
)
callback
)

Meta