class
TOML::BlankLine
- TOML::BlankLine
- TOML::Node
- Reference
- Object
Overview
A run of one blank line. #raw is the line terminator (\n or
\r\n); the lexer collapses several consecutive blank lines
into one BlankLine per blank line, preserving the exact
terminators.
Defined in:
toml/node.crConstructors
Instance Method Summary
Instance methods inherited from class TOML::Node
to_toml(io : IO) : Nilto_toml : String to_toml