On Oct 25, 2006, at 5:22 PM, <
[hidden email]>
<
[hidden email]> wrote:
> How do I find all methods with the <options:> pragma?
>
>
(MethodCollector new
methodsSelect: [ :ea | ea attributes notNil and: [ ea
attributeMessages anySatisfy: [ :m | m selector = #option:]]])
browseSelect
R
-