Handbook
Glossary
yaml-file? ( path -- ? )
Vocabulary
codebase-analyzer
Inputs
path
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
sequences
;
IN:
codebase-analyzer
:
yaml-file?
( path -- ? )
{
[
".yaml"
tail?
]
[
".yml"
tail?
]
}
1||
;