class

StrictYAML::Mapping

Inherits StrictYAML::Node < Reference < Object

Constructors

new(loc : Location, key : Node, values : Array(Node))
Source
new(key : Node, values : Array(Node))
Source

Instance methods

==(other : Mapping) : Bool
Source
key=(key : Node)
Source
pretty_print(pp : PrettyPrint) : Nil

Pretty prints self into the given printer.

By default appends a text that is the result of invoking #inspect on self. Subclasses should override for custom pretty printing.

Source
to_object
Source
values
Source
values=(values : Array(Node))
Source