get_method_source
Retrieve the source code of a specific method in a Pharo class by providing the class name and method selector.
Instructions
Get the source code of a specific method in a Pharo class.
Args:
class_name: The name of the class
selector: The method selector (message name)
Returns:
The method source code
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_name | Yes | ||
| selector | Yes |