struct LuckyEnv::Parser

Included Modules

Defined in:

lucky_env/parser.cr

Constructors

Instance Method Summary

Instance methods inherited from module StringModifier

format_key(key : String) : String format_key, remove_wrapped_quotes(string : String) : String remove_wrapped_quotes

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def initialize #

[View source]
def parse_value(env_value : String) : Tuple(String, String) #

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

[View source]