Type:
Class
Constants:
ANY : Psych::Parser::ANY

Any encoding

UTF8 : Psych::Parser::UTF8

UTF-8 encoding

UTF16LE : Psych::Parser::UTF16LE

UTF-16LE encoding

UTF16BE : Psych::Parser::UTF16BE

UTF-16BE encoding

Represents a YAML stream. This is the root node for any YAML parse tree. This node must have one or more child nodes. The only valid child node for a Psych::Nodes::Stream node is Psych::Nodes::Document.

new

new(encoding = UTF8) Class Public methods Create a new

2015-04-29 08:46:25