Oct. 22, 2009
4:57 p.m.
11011 ----- - Issue 1357: use includesSelector: rather than selectors includes: Rationale for using #includesSelector: - a single message is better than two - an optimized method is better than a slow one The method is optimized because it directly ask methodDict includesKey: rather than creating an unecessary intermediate collection.