one fable-low hijack cell
pair self / truth
envelope code_caret
ordering BA
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked self (first-offered)
· classifierA
· tiernone
response (200 chars)
Nice — that's Smalltalk! You've written a method:
```smalltalk
truth
^ self
```
A method named `truth` that returns `self` — the receiver answers itself when asked for truth. It's almost a littl
neighbors