|
@@ -462,7 +462,7 @@ methods
|
|
ifNil: [
|
|
ifNil: [
|
|
klass
|
|
klass
|
|
ifNil: [#()]
|
|
ifNil: [#()]
|
|
- ifNotNil: [class methodDictionary values]]
|
|
|
|
|
|
+ ifNotNil: [klass methodDictionary values]]
|
|
ifNotNil: [
|
|
ifNotNil: [
|
|
klass methodDictionary values select: [:each |
|
|
klass methodDictionary values select: [:each |
|
|
each category = selectedProtocol]]) sort: [:a :b | a selector > b selector]
|
|
each category = selectedProtocol]]) sort: [:a :b | a selector > b selector]
|