class

Obsctl::Config::ConfigLoader

Inherits Reference < Object

Loads and validates YAML config files from disk.

Instance methods

load(path : String) : Config

Reads path, parses YAML, and validates the resulting config.

Source