class Envcat::Env
- Envcat::Env
- Reference
- Object
Defined in:
envcat/env.crConstructors
Class Method Summary
- .flatten_array(array, prefix = [] of String, output = {} of String => String, &keymaker : Array(String) -> String)
- .flatten_hash(hash, prefix = [] of String, output = {} of String => String, &keymaker : Array(String) -> String)
- .flatten_hash(hash, prefix = [] of String, output = {} of String => String)
Instance Method Summary
- #merge(hash, globs = @globs)
- #merge_json(path)
- #merge_toml(path)
- #merge_yaml(path)
- #read_and_cache(path)
Macro Summary
Constructor Detail
Class Method Detail
def self.flatten_array(array, prefix = [] of String, output = {} of String => String, &keymaker : Array(String) -> String)
#
def self.flatten_hash(hash, prefix = [] of String, output = {} of String => String, &keymaker : Array(String) -> String)
#