Handbook
Glossary
method-body? ( object -- ? )
Vocabulary
multi-methods
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
method-body
class.
Definition
USING:
kernel
words
;
IN:
multi-methods
:
method-body?
( object -- ? )
dup
word?
[
"multi-method-generic"
word-prop
>boolean
]
[
drop
f
]
if
;