struct Config::INI

Included Modules

Defined in:

config/ini.cr

Constructors

Instance Method Summary

Instance methods inherited from module Config::Format

del(path : String) del, get(path : String) get, set(path : String, value) set

Instance methods inherited from module Config::INI::Helper

del(path : Array) del

Constructor Detail

def self.new(data : Hash(String, Hash(String, String))) #

[View source]
def self.new(content : String) #

[View source]

Instance Method Detail

def build : String #

[View source]
def data : Hash(String, Hash(String, String)) #

[View source]
def get(path : Array) #

[View source]
def set(path : Array, value) #

[View source]