ContributorMural::NumberConverter
Accepts scale: 2 as well as scale: 1.5; YAML's Float64 converter
rejects bare integers, which reads as a bug to anyone writing a round
number.
Class methods
from_yaml(ctx : YAML::ParseContext, node : YAML::Nodes::Node) : Float64
Sourceto_yaml(value : Float64, yaml : YAML::Nodes::Builder) : Nil
Source