Comment #2 on issue 606 by jannik.l...(a)gmail.com: FAMIXPackage>>methods is
wrong
http://code.google.com/p/moose-technology/issues/detail?id=606
extensionMethods is already defined as
"self privateState cacheAt: #extensionMethods ifAbsentPut: [ self methods
select: [ :m| m isExtension ] ]"
What I understand is to have:
- extensionMethods without changes of the source code
- localMethods that we should modify to have the same as Namespace
- methods that is a union of extensionMethods and localMethods
Am I right ?