These are just an idea.
- Encode to a string
"UnVieQ==" - Encode to a structure
[{},[{},[[],[],{}],{}]] - Encode to method names
obj.puts.quot.hello.ruby.quot - Encode to method calling order
+-++--+++-+obj
Reline is rendering the terminal with ANSI escape codes. Some of the TRICK entries also uses it.
- Move cursor
"\e[#{y};#{x}H" - Clear line
"\e[K" - Change color
"\e[#{color}m"
- Quine
- Restricted programming
Share your TRICK idea, write, brush up, etc