module Config
Extended Modules
Defined in:
config.crconfig/format.cr
Instance Method Summary
-
#read(file : Path) : Types
Yield the block when the file format is supported, and return the corresponding
Config::Types
, else raise. -
#read?(file : Path) : Types?
Yield the block when the file format is supported, and return the corresponding
Config::Types
. -
#to_type(format : String, &block : Proc(String)) : Types
Yield the block when the file format is supported, and return the corresponding
Config::Types
, else raise. -
#to_type?(format : String, &block : Proc(String)) : Types?
Yield the block when the file format is supported, and return the corresponding
Config::Types
.
Instance Method Detail
Yield the block when the file format is supported, and return the corresponding Config::Types
, else raise.
Yield the block when the file format is supported, and return the corresponding Config::Types
.
Yield the block when the file format is supported, and return the corresponding Config::Types
, else raise.
Yield the block when the file format is supported, and return the corresponding Config::Types
.