How can I find unused methods in a Ruby app?

Posted by Geo on Stack Overflow See other posts from Stack Overflow or by Geo
Published on 2010-06-02T14:03:43Z Indexed on 2010/06/02 23:54 UTC
Read the original article Hit count: 167

Filed under:
|

I have a Ruby app with a lot of classes/modules, and some of them are not used. Is there an easy way of finding out which?

I was thinking to do a profile, and then work with it's output. Any other ideas?

© Stack Overflow or respective owner

Related posts about ruby

Related posts about refactoring