struct Foundation::LiveEnv

Overview

Delegates []? to ENV[key]?

Defined in:

foundation/env.cr

Instance Method Summary

Instance methods inherited from struct Foundation::Env

[]?(key : String) : String | Nil []?, initialize initialize

Constructor methods inherited from struct Foundation::Env

new new

Instance Method Detail

def []?(key : String) : String | Nil #

[View source]