class RBS::Collection::Config

def self.from_path(path)

def self.from_path(path)
  new(YAML.load(path.read), config_path: path)
end