module Dotenv

Extended Modules

Defined in:

dotenv.cr
dotenv/version.cr

Constant Summary

VERSION = "0.2.0"

Instance Method Summary

Instance Method Detail

def load(filenames : Array(String)) : Hash(String, String) #

[View source]
def load(io : IO) : Hash(String, String) #

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

[View source]
def load(filename = ".env") : Hash(String, String) #

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

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

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

[View source]
def load!(filename = ".env") : Hash(String, String) #

[View source]
def verbose=(value : Bool) : Bool #

[View source]