abstract class StrictYAML::Node
- StrictYAML::Node
- Reference
- Object
Direct Known Subclasses
- StrictYAML::Boolean
- StrictYAML::Comment
- StrictYAML::Directive
- StrictYAML::DocumentEnd
- StrictYAML::DocumentStart
- StrictYAML::List
- StrictYAML::Mapping
- StrictYAML::Newline
- StrictYAML::Null
- StrictYAML::Scalar
- StrictYAML::Space
Defined in:
strict-yaml/node.crConstructors
Instance Method Summary
- #==(other : Node) : Bool
- #comments : Array(Comment)
- #loc : Location
- #loc=(loc : Location)
- #to_object : Any::Type
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