StrictYAML::Editor
Inherits Reference < Object
Constructors
new(document : Document)
SourceInstance methods
insert(key : KeyType, value : ValueType) : Nil
Sourceinsert(keys : Enumerable(KeyType), value : ValueType) : Nil
Sourceremove(key : KeyType) : Nil
Sourceremove(keys : Enumerable(KeyType)) : Nil
Sourceupdate(key : KeyType, value : ValueType) : Nil
Sourceupdate(keys : Enumerable(KeyType), value : ValueType) : Nil
Source