seattlerb / debride

Analyze code for potentially uncalled / dead methods, now with auto-removal.
https://www.zenspider.com/projects/debride.html
720 stars 19 forks source link

Remove #map hash in favor of #method_locations #26

Closed chrisarcand closed 7 years ago

chrisarcand commented 8 years ago

I've noted the TODO to simply use sexp_processor's method_locations instead of the normal map hash originally written.

I wasn't sure if you considered map public API (doesn't seem like it with the nodoc in place), so let me know if you'd rather do something like a deprecation warning instead of a full removal to avoid a major version bump.

zenspider commented 7 years ago

Done. Thanks!