Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.

YAML::Node#transform vs. #value

trans edited this page Jul 13, 2011 · 1 revision

YAML::Node#transform vs. #value

2011-07-02

Using YAML.parse the return nodes #value is always a String. Use #transform to get the typed valued.

Clone this wiki locally