class Config::Macros

Defined in:

config/macros.cr

Constructors

Instance Method Summary

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? #

[View source]
def max_key_size : UInt32 #

[View source]