mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
6 lines
316 B
Text
6 lines
316 B
Text
It's a Ruby script that loads the application classes and analyzes its
|
|
properties (attributes, methods) and relationships (inheritance, model
|
|
associations like has_many, etc.) The output is a graph description in
|
|
the DOT language, suitable to be handled with tools like Graphviz.
|
|
|
|
WWW: http://railroad.rubyforge.org
|