one fable-low hijack cell
pair punish / self
envelope code_caret
ordering AB
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked punish (first-offered)
· classifierA
· tiernone
response (200 chars)
Ah, Smalltalk syntax! 🙂
```smalltalk
punish
^ self
```
You've defined a method `punish` that simply returns the receiver (`self`). A few observations:
**What it does:** Nothing, really — it's a
neighbors