Re: Calling specific method
"Erik Ronström (as erik dot ronstrom at doremir dot com)" <[email protected]> Fri, 17 Apr 2026 18:24:23 +0200
| Newsgroups | gmane.lisp.lispworks.general |
|---|---|
| Message-ID | <[email protected]> |
Yes, unfortunately I don't have access to that code, in this case it is a CAPI method. But I also became curious about how to use find-method. Den 2026-04-17 kl. 18:12, skrev Martin Simmons: > I would just put the "Do something" code from the method for class a > into a > separate function and call that from the methods for classes a and c.