On 1/16/06, Joe Van Dyk <joevandyk / gmail.com> wrote:
> Hm.  Well, essentially what I want to do is output print statements
> every time I enter and leave a method.  (having problems identifying
> what's going on in my code)

Check out set_trace_func, may be what you need:

http://www.rubycentral.com/book/ref_m_kernel.html#Kernel.set_trace_func

Jacob Fugal