Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
nox
v0.2.3
Nox
InterceptingIO
Process
Procfile
Entry
Runner
Generated using Crystal 1.10.1
2024-01-26 23:15:35 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
]