abstract class TOML::Node

Overview

Top-level AST node. Each concrete subclass corresponds to one logical line (or contiguous block) of the TOML source. Every node carries enough verbatim text (in raw_* fields) to re-emit itself byte-for-byte during a round-trip.

Direct Known Subclasses

Defined in:

toml/node.cr

Instance Method Summary

Instance Method Detail

abstract def to_toml(io : IO) : Nil #

[View source]
def to_toml : String #

[View source]