class Poncho::Parser

Overview

Poncho::Parser is a .env file parser

Defined in:

poncho/parser.cr

Constructors

Class Method Summary

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(raw : String | IO) #

[View source]

Class Method Detail

def self.from_file(file : String) #

[View source]

Instance Method Detail

def to_h : Hash(String, String) #

[View source]

Macro Detail

macro method_missing(call) #

[View source]