module

Obsctl::Config::ScalarStringConverter

Reads a YAML scalar as a string whatever its implied type.

shortcut: 1 and shortcut: "1" mean the same thing to a user, and YAML would otherwise hand back an Int for the first.

Class methods

to_yaml(value : String, yaml : YAML::Nodes::Builder) : Nil
Source