class
TOML::ArrayOfTablesLine
- TOML::ArrayOfTablesLine
- TOML::Node
- Reference
- Object
Overview
A [[a.b.c]] array-of-tables header line.
Defined in:
toml/node.crConstructors
Instance Method Summary
- #inner_prefix_ws : String
- #inner_prefix_ws=(inner_prefix_ws : String)
- #inner_suffix_ws : String
- #inner_suffix_ws=(inner_suffix_ws : String)
- #key : Key
- #key=(key : Key)
- #leading_ws : String
- #leading_ws=(leading_ws : String)
- #to_toml(io : IO) : Nil
- #trailing_raw : String
- #trailing_raw=(trailing_raw : String)
Instance methods inherited from class TOML::Node
to_toml(io : IO) : Nilto_toml : String to_toml
Constructor Detail
def self.new(leading_ws : String, key : Key, inner_prefix_ws : String, inner_suffix_ws : String, trailing_raw : String)
#