struct Nox::Procfile

Defined in:

nox/procfile.cr

Constant Summary

ENTRY_REGEX = /^([\w-]+):\s+(.+)$/

Constructors

Instance Method Summary

Constructor Detail

def self.new #

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

[View source]
def self.parse_file(file : String) : self #

[View source]

Instance Method Detail

def entries : Array(Nox::Procfile::Entry) #

[View source]
def initialize #

[View source]