class Totem::ConfigTypes::Env

Overview

DotEnv format Config Type

Note: It dependency poncho shard. Install it before use.

Defined in:

totem/config_types/env.cr

Instance Method Summary

Instance methods inherited from class Totem::ConfigTypes::Adapter

read(raw : String | IO) : Hash(String, Totem::Any) read, write(io : File, config : Config) write

Instance methods inherited from class Reference

==(other : Totem::Any) ==

Instance methods inherited from class Object

===(other : Totem::Any) ===

Instance Method Detail

def read(raw : String | IO) : Hash(String, Totem::Any) #

[View source]
def write(io, config) #

[View source]