From: Larry Fast Date: 2007-03-30T06:51:55+09:00 Subject: Re: Is there a tool to document method invocations? Joel VanderWerf wrote: > gem install ruby-prof > It's a really nice tool. OK, but doesn't it just produce runtime reports? I'm looking for a static report on WHERE in my code various objects and methods are used. Is this capability buried in ruby-prof somewhere? The docs just talk about runtime. -- Posted via http://www.ruby-forum.com/.