on()
Class Public methods
Start tracing
Example
1 2 3 | Tracer.on # code to trace here Tracer.off |
You can also pass a block:
1 2 3 | Tracer.on { # trace everything in this block } |
Start tracing
1 2 3 | Tracer.on # code to trace here Tracer.off |
You can also pass a block:
1 2 3 | Tracer.on { # trace everything in this block } |
Designed by : w10schools
service@w10schools.com
Please login to continue.