word-vocabulary ( word -- vocabulary )


Vocabulary
mason.test

Definition
IN: mason.test

GENERIC: word-vocabulary ( word -- vocabulary )


Methods
USING: generic mason.test words ;

M: method word-vocabulary
"method-generic" word-prop word-vocabulary ;


USING: accessors mason.test words ;

M: word word-vocabulary vocabulary>> ;