Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crystal-env
v0.1.0
Crystal
Env
InvalidEnvironmentError
Built with Crystal 1.9.2
2023-10-08 11:56:58 UTC
struct
Crystal::Env
Crystal::Env
Struct
Value
Object
Defined in:
crystal-env.cr
crystal-env/core.cr
crystal-env/version.cr
Constant Summary
VERSION
=
"0.1.0"
Instance Method Summary
#development?
: Bool
#name
: String
#production?
: Bool
#test?
: Bool
Instance Method Detail
def
development?
: Bool
#
[
View source
]
def
name
: String
#
[
View source
]
def
production?
: Bool
#
[
View source
]
def
test?
: Bool
#
[
View source
]