YAML::YamlNode#emit Method
emit
Transforms this node and returns a YAML dump of the object.
aYamlYamlNode.emit(
)
Parameters
None
Return Values
String
Details
This method is simply an alias for aYamlNode.transform.to_yaml.