13 Jun 2009 18:50
Re: how to destroy a method definition
Gary King <gwking@...> writes: > Note that you can use remove-method to get rid of an individual > method. The only tricky part is finding the method that you want to > remove: It's really easy with SLIME. Just inspect the generic function (e.g. #'print-object), and you'll see all the methods and have a clickable way to remove a particular one. I think other IDEs do that too. Zach
RSS Feed