From: "Hal E. Fulton" Date: 2002-11-12T23:24:46+09:00 Subject: ANN: rdep (Ruby Dependency Tool) I recently did a small rewrite of a tool I wrote a couple of years ago. There's still some ugly code in it, but it works. rdep will take a Ruby source file and recursively check its dependencies to see whether they can be found. On apps like RD and sgmail, this can be useful. Binary files will not be recursed. Files whose names are created dynamically will not be detected (only simple strings). At the end it reports whether everything could be found and optionally suggests adding directories to your search path. See: http://hypermetrics.com/rubyhacker/code/rdep Comments/fixes welcome. Hal Fulton