class

StrictYAML::Editor

Inherits Reference < Object

Constructors

new(document : Document)
Source

Instance methods

insert(key : KeyType, value : ValueType) : Nil
Source
insert(keys : Enumerable(KeyType), value : ValueType) : Nil
Source
remove(key : KeyType) : Nil
Source
remove(keys : Enumerable(KeyType)) : Nil
Source
update(key : KeyType, value : ValueType) : Nil
Source
update(keys : Enumerable(KeyType), value : ValueType) : Nil
Source

Nested types