class Config::Parser

Defined in:

config/parser.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

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

Constructor Detail

def self.new(serial : String | IO) #

[View source]

Instance Method Detail

def macros : Macros #

[View source]
def macros=(macros : Macros) #

[View source]
def max_nesting : UInt16 #

[View source]
def max_nesting=(max_nesting : UInt16) #

[View source]
def parse : Hash(String, Type) #

[View source]