module LuckyEnv
Defined in:
lucky_env.crlucky_env/errors.cr
lucky_env/parser.cr
Constant Summary
-
VERSION =
"0.1.1"
Class Method Summary
-
.load(file_path : String) : Hash(String, String)
Parses the
file_path
, and loads the results in toENV
Class Method Detail
def self.load(file_path : String) : Hash(String, String)
#
Parses the file_path
, and loads the results in to ENV