abstract class Totem::ConfigTypes::Adapter

Overview

Adapter of config type

Direct Known Subclasses

Defined in:

totem/config_types.cr

Instance Method Summary

Instance methods inherited from class Reference

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

Instance methods inherited from class Object

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

Instance Method Detail

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

[View source]
abstract def write(io : File, config : Config) #

[View source]