Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
nox
v0.2.2
Nox
InterceptingIO
Process
Procfile
Entry
Runner
Built with Crystal 1.9.2
2023-10-08 11:06:13 UTC
struct
Nox::Procfile
Nox::Procfile
Struct
Value
Object
Defined in:
nox/procfile.cr
Constant Summary
ENTRY_REGEX
=
/^([\w-]+):\s+(.+)$/
Constructors
.new
.parse
(content : String) :
self
.parse_file
(file : String) :
self
Instance Method Summary
#entries
: Array(Nox::Procfile::Entry)
#initialize
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
]