YAML::YamlNode#new Method
new
Creates a new YamlNode object.
aYamlYamlNode.new(
String
type_id,
Object
value )
Parameters
type_id
The transfer method attached to this node.
value
The generic data to store in this node.
Return Values
None