The base class for any Node in a YAML parse tree. This class should never be instantiated.

Attributes
Read

The children of this node

tag

Read

An associated tag

Class Methods

Create a new Psych::Nodes::Node

Instance Methods

Iterate over each node in the tree. Yields each node to block depth first.

Convert this node to Ruby.

See also Psych::Visitors::ToRuby

An alias for yaml
An alias for to_ruby

Convert this node to YAML.

See also Psych::Visitors::Emitter