On 1/16/06, Jacob Fugal <lukfugl / gmail.com> wrote:
> 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

Aha, I forgot about that one.

Say I want to display the arguments that each function gets.  Could I
get that from a binding object?