In Pharo, I know that integers understand the message to:
. The workspace offers suggestions:
But if I inspect an integer from the workspace, it doesn't mention to:
:
Searching for SmallInteger doesn't show anything in the system browser either:
How do I discover which messages I can send to objects? Ideally I'd like to see their source code too.