This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
crufty /
| name | age | message | |
|---|---|---|---|
| |
CHANGELOG | Tue May 05 15:09:29 -0700 2009 | |
| |
MIT-LICENSE | Wed Jun 25 08:30:12 -0700 2008 | |
| |
README | Tue May 05 15:09:29 -0700 2009 | |
| |
lib/ | Tue May 05 13:23:07 -0700 2009 | |
| |
tasks/ | Wed Jun 25 10:15:19 -0700 2008 |
README
= Crufty 0.2 Find dead code. A dumb plugin to find methods that aren't called (or aren't called often). == Usage Simple usage: rake crufty:find_methods DIR=app/models That will print out a list of methods (and their files) in app/models that aren't called anywhere in app or lib. Want to find methods that are just called just once? rake crufty:find_methods DIR=app/models SENSITIVITY=2







