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::
BooleanValue
TOML::BooleanValue
TOML::Value
Reference
Object
Defined in:
toml/value.cr
Constructors
.new
(raw : String, bool_value : Bool)
Instance Method Summary
#bool_value
: Bool
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, bool_value : Bool)
#
[
View source
]
Instance Method Detail
def
bool_value
: Bool
#
[
View source
]