I am new in pharo. I have a problem. I want to get all setter from a class in this language. But i don't any idea for do that. For example, we have ClassA that have a method like:
Object SubClass: #ClassA
doSomething:any
doSomething:any and:other
How to get the two setters methods in other class?