class StrictYAML::Editor
- StrictYAML::Editor
- Reference
- Object
Defined in:
strict-yaml/editor.crConstructors
Instance Method Summary
- #insert(key : KeyType, value : ValueType) : Nil
- #insert(keys : Enumerable(KeyType), value : ValueType) : Nil
- #remove(key : KeyType) : Nil
- #remove(keys : Enumerable(KeyType)) : Nil
- #update(key : KeyType, value : ValueType) : Nil
- #update(keys : Enumerable(KeyType), value : ValueType) : Nil
Instance methods inherited from class Object
to_yaml(io : IO) : Nilto_yaml : String to_yaml
Class methods inherited from class Object
from_yaml(source : String)from_yaml(value : StrictYAML::Any) from_yaml