class TOML::BlankLine

Overview

A run of one blank line. #raw is the line terminator (\n or \r\n); the lexer collapses several consecutive blank lines into one BlankLine per blank line, preserving the exact terminators.

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(raw : String) #

[View source]

Instance Method Detail

def raw : String #

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

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

[View source]