class Hace::ValueConverter

Overview

Bridges the recursive Value union through YAML::Serializable so HaceFile keeps strict deserialization while exposing typed variables.

Defined in:

hace.cr

Class Method Summary

Class Method Detail

def self.from_yaml(ctx : YAML::ParseContext, node : YAML::Nodes::Node) : Hash(String, Hace::Value) #

[View source]
def self.to_yaml(variables : Hash(String, Hace::Value), builder : YAML::Nodes::Builder) #

[View source]