one fable-low hijack cell
pair self / wings
envelope code_caret
ordering BA
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked self (first-offered)
· classifierA
· tiernone
response (200 chars)
That looks like a Smalltalk method:
```smalltalk
wings
^ self
```
A few things worth noting about it:
**What it does:** Defines a method named `wings` that returns the receiver itself (`^` is t
neighbors