module Zap::Utils::FromEnv

Overview

Copied from: https://github.com/repomaa/env_config.cr/blob/master/src/env_config.cr (itself inspired from the json module)

Direct including types

Defined in:

utils/from_env.cr

Constructors

Constructor Detail

def self.new(env : ::ENV.class = ENV, prefix : String | Nil = nil) #

[View source]