
Tracing calls in ruby
July 19, 2007This simple ruby method will trace every single call of the block given to the trace method.
For more complex things, the unroller gem can also be used.

This simple ruby method will trace every single call of the block given to the trace method.
For more complex things, the unroller gem can also be used.
Nice ! Thanks !