Scm_DeleteMethod 2415 src/class.c        return Scm_DeleteMethod(SCM_GENERIC(args[0]), SCM_METHOD(args[1]));
Scm_DeleteMethod  120 src/gauche/class.h SCM_EXTERN ScmObj Scm_DeleteMethod(ScmGeneric *gf, ScmMethod *method);