We use ag/ack to search for files that may use a class/method. It works fine, but it's a dependency on non-standard external tools.
It should be rather simple to reimplement the needed functionality (just a subset of what the full tools do) in pure ruby, to either totally replace them or to have a default implementation when they are not found.
We use ag/ack to search for files that may use a class/method. It works fine, but it's a dependency on non-standard external tools.
It should be rather simple to reimplement the needed functionality (just a subset of what the full tools do) in pure ruby, to either totally replace them or to have a default implementation when they are not found.