get_method_list
Retrieve all method selectors for a specified Pharo class to inspect available functionality and understand class capabilities.
Instructions
Get the list of method selectors for a Pharo class.
Args:
class_name: The name of the class to get method selectors for
Returns:
The list of method selectors
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_name | Yes |