I'm writing a small program that modifies a method during run-time in squeak.
I saw that in squeak there is a method called getSource
(defined in CompiledMethod class), that returns the source code of the compiled method.
How do I get the source code of a method if my input is a Symbol that is corresponding to a method?