Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
envpp
develop
Envpp
EnvTable
EnvTranslator
TranslationError
Built with Crystal 1.10.0
2023-12-22 06:07:02 UTC
class
Envpp::
EnvTable
Envpp::EnvTable
Reference
Object
Defined in:
envpp/env_translator.cr
Constructors
.new
(source :
ENV
.
class
| Hash(String, String))
Instance Method Summary
#fetch
(name : String, default : String | Nil)
#has_key?
(name : String)
Constructor Detail
def self.
new
(source :
ENV
.
class
| Hash(String, String))
#
[
View source
]
Instance Method Detail
def
fetch
(name : String, default : String | Nil)
#
[
View source
]
def
has_key?
(name : String)
#
[
View source
]