Hwaro::Utils::FrontmatterWriter::TomlBuilder
Inherits Reference / Object
Emits a TOML document body (no +++ fences) from a parsed frontmatter
tree: scalars first, then [table] sections, then [[array-of-table]]
sections, preserving source key order within each group.
Constructors
new
SourceInstance methods
build(yaml : YAML::Any) : String
Sourcebuild(fields : Hash(String, YAML::Any)) : String
Convenience for callers holding a string-keyed field map (exporters).