class StrictYAML::List
Defined in:
strict-yaml/node.crConstructors
- .new(loc : Location, values : Array(Node), comments : Array(Comment) = [] of Comment)
- .new(values : Array(Node))
Instance Method Summary
- #==(other : List) : Bool
- #to_object : Any::Type
- #values : Array(Node)
- #values=(values : Array(Node))
Instance methods inherited from class StrictYAML::Node
==(other : Node) : Bool
==,
comments : Array(Comment)
comments,
loc : Location
loc,
loc=(loc : Location)
loc=,
to_object : Any::Type
to_object
Constructor methods inherited from class StrictYAML::Node
new(loc : Location, comments : Array(Comment) = [] of Comment)
new
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