class Psych::Nodes::Node
Psych's first step is to parse the Yaml into an AST of Node
objects so we open the Node
class and add a way to track the line.
Attributes
line[RW]
Psych's first step is to parse the Yaml into an AST of Node
objects so we open the Node
class and add a way to track the line.