Sha256: f4505c85c1f653c48b73a8f21fc22a4016ca812a45f569a685f9415e6d5aff44

Contents?: true

Size: 476 Bytes

Versions: 5

Compression:

Stored size: 476 Bytes

Contents

# Comment

# Booleans
true = true
false = false

[strings]
# String
string = "string\n\t\"string"
empty = ""

[ints]
simple = 42
negative = -42

[floats]
pi = 3.14159
negative = -10.0

[datetimes]
# DateTime
simple = 1979-05-27T07:32:00Z

# Keygroups
[a.b.c]
d = "test"

[e]
f = "test"

# Post line comment
[comments]
on = "a line" # with markup

# Multi-line arrays
[arrays]
# Simple array
simple = [1, 2, 3]

# Nested array
nested = [[1, 2], [3]]

uneven = [1, 2, 3, 4, 5 ]

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
figly-1.1.0 spec/support/config.toml
figly-1.0.4 spec/support/config.toml
figly-1.0.3 spec/support/config.toml
figly-1.0.2 spec/support/config.toml
figly-1.0.1 spec/support/config.toml