class TOML::IntegerValue

Overview

42, 0xDEAD_BEEF, 0o755, 0b1010, with optional sign and _ digit separators. #int_value is the decoded Int64.

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, int_value : Int64) #

[View source]

Instance Method Detail

def int_value : Int64 #

[View source]