class TOML::TableHeaderLine

Overview

A [a.b.c] standard table header line, possibly with a trailing comment.

Defined in:

toml/node.cr

Constructors

Instance Method Summary

Instance methods inherited from class TOML::Node

to_toml(io : IO) : Nil
to_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) #

[View source]

Instance Method Detail

def inner_prefix_ws : String #

[View source]
def inner_prefix_ws=(inner_prefix_ws : String) #

[View source]
def inner_suffix_ws : String #

[View source]
def inner_suffix_ws=(inner_suffix_ws : String) #

[View source]
def key : Key #

[View source]
def key=(key : Key) #

[View source]
def leading_ws : String #

[View source]
def leading_ws=(leading_ws : String) #

[View source]
def to_toml(io : IO) : Nil #

[View source]
def trailing_raw : String #

[View source]
def trailing_raw=(trailing_raw : String) #

[View source]