class TOML::StringValue

Overview

"basic", """multi""", 'literal' or '''multi'''. The #kind tells which flavour and #decoded returns the string with escapes processed and surrounding quotes stripped.

Defined in:

toml/value.cr

Constructors

Instance Method Summary

Instance methods inherited from class TOML::Value

raw : String raw, to_toml(io : IO) : Nil to_toml

Constructor methods inherited from class TOML::Value

new(raw : String) new

Constructor Detail

def self.new(raw : String, kind : Kind, decoded : String) #

[View source]

Instance Method Detail

def decoded : String #

[View source]
def kind : Kind #

[View source]