Handbook
Glossary
strip-words ( props -- )
Vocabulary
tools
.
deploy
.
shaker
Inputs
props
an
object
Outputs
None
Definition
USING:
kernel
kernel.private
memory
namespaces
tools.deploy.config
words
;
IN:
tools.deploy.shaker
:
strip-words
( props -- )
[
word?
]
instances
deploy-word-props?
get
[
2dup
strip-word-props
]
unless
deploy-word-defs?
get
[
dup
strip-word-defs
]
unless
strip-word-names?
[
dup
strip-word-names
strip-stack-traces
]
when
2drop
;