Feb. 27, 2009
6:13 p.m.
Hi guys I would like to add redefinedMethods in class and friend. Because this is useful. Do you know if something like that already exist? Point selectors intersection: (Point allSuperclasses inject: Set new into: [:sum :each | sum addAll: each selectors; yourself]) Stef