class Envcat::Env

Defined in:

envcat/env.cr

Constructors

Class Method Summary

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(globs : Array(String) = [] of String) #

[View source]

Class Method Detail

def self.flatten_array(array, prefix = [] of String, output = {} of String => String, &keymaker : Array(String) -> String) #

[View source]
def self.flatten_hash(hash, prefix = [] of String, output = {} of String => String, &keymaker : Array(String) -> String) #

[View source]
def self.flatten_hash(hash, prefix = [] of String, output = {} of String => String) #

[View source]

Instance Method Detail

def merge(hash, globs = @globs) #

[View source]
def merge_json(path) #

[View source]
def merge_toml(path) #

[View source]
def merge_yaml(path) #

[View source]
def read_and_cache(path) #

[View source]

Macro Detail

macro method_missing(call) #

[View source]