class TOML::ArrayValue

Overview

[1, 2, 3] (homogeneous or heterogeneous, possibly multi-line). Items keep their original raw formatting; the array re-serialises by concatenating raw items with the original separators.

Defined in:

toml/value.cr

Constructors

Instance Method Summary

Instance methods inherited from class TOML::Value

raw : String raw, to_toml(io : IO) : Nil to_toml

Constructor methods inherited from class TOML::Value

new(raw : String) new

Constructor Detail

def self.new(raw : String, items : Array(Value)) #

[View source]

Instance Method Detail

def items : Array(Value) #

[View source]