Open Sidebar
Close Sidebar
toml
0.1.2
TOML
ArrayOfTablesLine
ArrayValue
BlankLine
BooleanValue
CommentLine
Document
FloatValue
HashBuilder
InlineTableValue
IntegerValue
Key
KeyPart
KeyValueLine
Lexer
LocalDateTimeValue
LocalDateValue
LocalTimeValue
Node
OffsetDateTimeValue
ParseError
Parser
StringValue
Kind
TableHeaderLine
TestFormat
Tree
Token
TokenKind
Type
Value
ValueDecoder
class
TOML::
LocalTimeValue
TOML::LocalTimeValue
TOML::Value
Reference
Object
Overview
07:32:00.999
. Stored as a
Time::Span
from midnight.
Defined in:
toml/value.cr
Constructors
.new
(raw : String, time_of_day : Time::Span)
Instance Method Summary
#time_of_day
: Time::Span
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, time_of_day : Time::Span)
#
[
View source
]
Instance Method Detail
def
time_of_day
: Time::Span
#
[
View source
]