Handbook
Glossary
ignore-file? ( path -- ? )
Vocabulary
codebase-analyzer
Inputs
path
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
io.pathnames
sequences
unicode
;
IN:
codebase-analyzer
:
ignore-file?
( path -- ? )
>lower
file-name
{
[
"."
head?
]
[
"ignore"
tail?
]
}
1&&
;