Handbook
Glossary
strip-default-method ( generic new-default -- )
Vocabulary
tools
.
deploy
.
shaker
Inputs
generic
an
object
new-default
an
object
Outputs
None
Definition
USING:
kernel
words
;
IN:
tools.deploy.shaker
:
strip-default-method
( generic new-default -- )
[
[
"decision-tree"
word-prop
]
[
"default-method"
word-prop
]
bi
]
dip
recursive-subst
;