Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
dotenv
v0.2.0
Dotenv
Built with Crystal 1.9.2
2023-10-08 00:42:35 UTC
module
Dotenv
Defined in:
dotenv.cr
Class Method Summary
.load
(path =
".env"
, set_env =
true
) : Hash(String, String)
Class Method Detail
def self.
load
(path =
".env"
, set_env =
true
) : Hash(String, String)
#
[
View source
]