class Config::Token

Defined in:

config/token.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from class Object

===(other : Config::Any) ===

Constructor Detail

def self.new #

[View source]

Class Method Detail

def self.type_string(type : Symbol) : String #

[View source]

Instance Method Detail

def column(*args, **options, &) #

[View source]
def column(*args, **options) #

[View source]
def eof? #

[View source]
def float? #

[View source]
def float_value : Float64 #

[View source]
def float_value=(other : Float64) : Nil #

[View source]
def int? #

[View source]
def int_value : Int64 #

[View source]
def int_value=(other : Int64) : Nil #

[View source]
def line(*args, **options, &) #

[View source]
def line(*args, **options) #

[View source]
def location : Location #

[View source]
def location=(location : Location) #

[View source]
def raw_value : Int64 | Float64 | Nil #

[View source]
def raw_value=(raw_value : Int64 | Float64 | Nil) #

[View source]
def reset_as(type : Symbol, string_value : String? = nil, raw_value : Int64 | Float64 | Nil = nil) : Nil #

[View source]
def string? #

[View source]
def string_value : String #

[View source]
def to_s(io) #

[View source]
def type : Symbol #

[View source]
def type=(type : Symbol) #

[View source]
def type?(*types) #

[View source]
def type_string : String #

[View source]