Aug. 22, 2013
2:25 p.m.
On Aug 22, 2013, at 3:23 PM, Norbert Hartl <norbert@hartl.name> wrote:
Does pharo support runtime trait composition or does it only work on class definition time. I mean something like
anObject addTrait: MySpecialCapability anObject removeTrait: MySpecialCapability
Nope :) traits are static :)
Norbert