Ruby from Psych: what it is, how it works, and how to use it safely
Ruby Psych YAML
Psych is the default YAML parser and emitter shipped with modern Ruby, providing a stable interface to the libyaml C library for parsing and generating YAML documents. As the ca...
Open article