factor/basis/tools/deploy/shaker/next-methods.factor

6 lines
112 B
Factor

USING: kernel words ;
IN: generic
: (call-next-method) ( method -- )
dup "next-method" word-prop execute ;