Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
config
v0.1.6
Config
Any
KeyTypes
Cursor
Error
IOCursor
Lexer
Location
Macros
ParseException
Parser
StringCursor
Token
Type
Object
Regex
Built with Crystal 1.9.2
2023-10-07 23:32:51 UTC
class
Config::Macros
Config::Macros
Reference
Object
Defined in:
config/macros.cr
Constructors
.new
Instance Method Summary
#[]
(key : String) : Any
#[]=
(key : String, value : Any) : Nil
#[]?
(key : String) : Any | Nil
#max_key_size
: UInt32
Instance methods inherited from class
Object
===(other : Config::Any)
===
Constructor Detail
def self.
new
#
[
View source
]
Instance Method Detail
def
[]
(key : String) :
Any
#
[
View source
]
def
[]=
(key : String, value :
Any
) : Nil
#
[
View source
]
def
[]?
(key : String) :
Any
| Nil
#
[
View source
]
def
max_key_size
: UInt32
#
[
View source
]