Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
fast-crystal
master
Top Level Namespace
Built with Crystal 1.9.2
2023-10-07 16:46:07 UTC
Top Level Namespace
Defined in:
Constant Summary
BIN_PATH
=
"bin/code"
CRYSTAL_BIN
=
(
`which crystal`
).strip
CRYSTAL_VERSION
=
(
`
#{
CRYSTAL_BIN
}
-v`
).strip
SOURCE_PATH
=
File
.expand_path(
"code"
)
Method Summary
print_title
(file)
Method Detail
def
print_title
(file)
#
[
View source
]