P.S. obviously, my method is added to newMethods var, but it is not disblayed in my class.
2014-07-17 15:53 GMT+02:00 Mark Rizun <mri...@gmail.com>: > Hi guys! > > How can I add method (I have /RBMethod/) to a class in code? > I'm asking because existing method /addMethod:/ in /RBAbstractClass/ isn't > working. > Here is a piece of my code: > > /method:= RBMethod for: class source: ('^ ', newName asString) selector: > newName asSymbol. > class addMethod: getter./ > > Best > Mark > > > > -- > View this message in context: > http://forum.world.st/Adding-method-to-class-tp4768282.html > Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com. > >