method>spec ( method -- spec )


Vocabulary
multi-methods

Definition
USING: kernel sequences words ;

IN: multi-methods

: method>spec ( method -- spec )
[ "multi-method-specializer" word-prop ]
[ "multi-method-generic" word-prop ] bi prefix ;