Oct. 19, 2010
5:44 p.m.
It says: Behavior >> allMethods "Return the collection of compiled method I am defining" "asArray is used to not bump into a bug when comparing compiled methods." ^ self allSelectors asArray collect: [ :s | self lookupSelector: s ] However...it answer not only the ones defined by itself, but also from superclasses. So...the comment is confusing for me. I am the only one ? cheers mariano