Go to the SmallInteger class in the browser and look at any method.<br><br>Type over all the text in the pane, replaceing the old method body with the new one you want to write.   Select &quot;accept&quot; from the menu (or hit the keyboard shortcut).  Note that you did NOT delete the old method, you can still see it, but instead there is now a new method.<br>
<br>In general, it is better to avoid putting code in old classes, but one of the nice things about Smalltalk is that it is easy to change old classes.  And in any case, you are clearly just trying to figure out how to put a new method in an existing class, and this is how.<br>
<br>-Ralph Johnson<br>