From: Joel VanderWerf Date: 2007-03-30T06:34:30+09:00 Subject: Re: Is there a tool to document method invocations? Larry Fast wrote: > I'm looking for something that will create a cross-reference document > showing where all my methods are being used. An ideal world would > include forward and reverse links within an editor. Are there any > editors, environments or tools that provide this functionality for Ruby? > > Thanks, > Larry Fast > You can use the excellent ruby-prof in this way. gem install ruby-prof If you request the HTML output, you get a page with links from each method to callers and callees, plus timing information. It's a really nice tool. -- vjoel : Joel VanderWerf : path berkeley edu : 510 665 3407