Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
module
Dotenv::Parser
Constructors
new
(data :
IO
)
Source
new
(data :
String
)
Source
Class methods
strict
Raises an exception on parsing error.
Source
strict=
(strict :
Bool
)
Raises an exception on parsing error.
Source
Instance methods
next_char
Source
parse
Source
Nested types
Dotenv::Parser::Error