class
TOML::CommentLine
- TOML::CommentLine
- TOML::Node
- Reference
- Object
Overview
A line that is only a comment, e.g. # hello\n.
#raw is the full line including any leading whitespace, the
# comment text, and the trailing line terminator (\n or
\r\n). The terminator may be empty if the comment was the
very last line of the file with no final newline.
Defined in:
toml/node.crConstructors
Instance Method Summary
Instance methods inherited from class TOML::Node
to_toml(io : IO) : Nilto_toml : String to_toml