start_stream(encoding)
Instance Public methods
Called with encoding
when the YAML stream starts. This method
is called once per stream. A stream may contain multiple documents.
See the constants in Psych::Parser for the
possible values of encoding
.
Please login to continue.