Ruby latest stable (v1_9_3_392)
-
0 notes
- Superclass:
Node
- 1_8_6_287
- 1_8_7_72
- 1_8_7_330
- 1_9_1_378
- 1_9_2_180
- 1_9_3_125 (0)
- 1_9_3_392 (0)
- What's this?
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.
Constants
UTF16BE = Psych::Parser::UTF16BE
UTF16LE = Psych::Parser::UTF16LE
UTF8 = Psych::Parser::UTF8
ANY = Psych::Parser::ANY
Attributes
| [RW] | encoding |
The encoding used for this stream |


