On 29 June 2011 18:44, Alex Schenkman <[email protected]> wrote: > Hi list, > I'm using Pharo 1.2.1. > How can I add a method programatically (with code)? > Where do I find information about it? > Thanks in advance! >
MyClass compile: 'newMethod ^ 1 + 1 ' -- Best regards, Igor Stasenko AKA sig.
