djwonk / method_trails
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
51d58e3
commit 51d58e3788f9f08b95262a30146be6fd8b15c9e6
tree 1a18f9ea1a5693c1dadef6a3e12d88c2d3df481c
parent 8b1fa431abe5752aa74c86d0b303ad517260d8b2
tree 1a18f9ea1a5693c1dadef6a3e12d88c2d3df481c
parent 8b1fa431abe5752aa74c86d0b303ad517260d8b2
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
DETAILS.markdown | ||
| |
MIT-LICENSE | ||
| |
README.markdown | ||
| |
TODO.markdown | ||
| |
bin/ | ||
| |
examples/ | ||
| |
lib/ | ||
| |
test/ |
README.markdown
MethodTrails
MethodTrails visualizes the method call graph of Ruby source code. It generates a dot file that can be viewed with Graphviz.
Source Code
Main repository is at http://github.com/djwonk/method_trails
Contributors:
- djwonk i.e. David James
Prequisities
MethodTrails requires Ruby 1.9.

