un_used_methods 0.1.1
The un_used_methods gem scans your Rails application to find methods defined in models, controllers and helpers that are not used anywhere else in the application. This helps you clean up your codebase by identifying dead code.
Gemfile:
=
install:
=
Runtime Dependencies (1):
thor
~> 1.0