| Short description: |
Rdep |
| Category: |
Application/Text processing |
| Status: |
Stable, may have flaws |
| Created: |
2002-11-12 07:31:20 GMT |
| Last update: |
2002-11-12 07:31:20 GMT |
| Owner: |
Hal Fulton
(Projects of this owner) |
| Homepage: |
http://hypermetrics.com/rubyhacker/code/rdep |
| Download: |
http://hypermetrics.com/rubyhacker/code/rdep/rdep.rb
|
| License: |
Ruby's |
| Dependency: |
|
| Description: |
This utility analyzes large Ruby programs and attempts to
determine all their dependencies and whether they can be
resolved. It recognizes simple forms of load, require, and
autoload. It knows the $: variable and will search for
files of varying extensions. (That logic may not be perfect;
let me know if you see errors.)
At the end it gives a report of what has been found and
what has been unresolved. When appropriate, it suggests
directories to add to your search path.
The most recent version has not been tested on UNIX; if
there are problems, please inform me.
|