dgsuarez / reruby

Refactor Ruby
MIT License
35 stars 2 forks source link

Remove dependency on ag/ack #9

Closed dgsuarez closed 7 years ago

dgsuarez commented 7 years ago

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.

dgsuarez commented 7 years ago

Can we add https://github.com/danlucraft/rak as a dependency, and use it as a library?

dgsuarez commented 7 years ago

Work is being done in #15