module Envy

Extended Modules

Defined in:

envy.cr
envy/version.cr

Constant Summary

DEFAULT_ENV_FILENAME = ".env"
VERSION = "0.2.0"

Instance Method Summary

Instance Method Detail

def load(hash : Hash(String, String)) #

[View source]
def load(*filename) #

[View source]
def load(*filename, &) #

[View source]
def load!(hash : Hash(String, String)) #

[View source]
def load!(*filename) #

[View source]
def load!(*filename, &) #

[View source]
def parse(filename : String, option = {} of Symbol => Bool) : Hash(String, String) #

[View source]