module Dotenv

Overview

TODO Write documentation for Dotenv

Defined in:

dotenv.cr

Constant Summary

VERSION = "0.1.0"

Class Method Summary

Class Method Detail

def self.load(path = ".env", set_env = true) : Hash(String, String) #

TODO Put your code here


[View source]