abstract class
TOML::Node
- TOML::Node
- Reference
- Object
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.