class StrictYAML::Builder
- StrictYAML::Builder
- Reference
- Object
Defined in:
strict-yaml/builder.crClass Method Summary
Instance Method Summary
- #boolean(value : Bool) : Nil
- #close : Nil
- #comment(value : String) : Nil
- #directive(value : String) : Nil
- #document(directive value : String | Nil = nil, & : Builder -> _) : Nil
- #document_end : Nil
- #document_start : Nil
- #list(& : Builder -> _) : Nil
- #mapping(& : Builder -> _) : Nil
- #newline : Nil
- #null : Nil
- #scalar(value : _) : 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