method-word-name ( specializer generic -- string )


Vocabulary
multi-methods

Definition
USING: accessors make prettyprint ;

IN: multi-methods

: method-word-name ( specializer generic -- string )
[ name>> % "-" % unparse % ] "" make ;