module

Poncho::ParserHelper

Poncho parser helper

require "poncho/parser"

Instance methods

from_file(file : String, overwrite = false)

Parse dotenv from file

Source
parse(raw : String | IO, overwrite = false)

Parse raw string

Source
parse!(raw : String | IO)

Parse raw string and overwrite the value with same key

Same as #parse(raw, overwrite: true)

Source