Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhamo1107 authored Sep 11, 2024
1 parent 70b4be7 commit de7d456
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# UnUsedMethods Gem

[![Gem Version](https://badge.fury.io/rb/un_used_methods.svg)](https://badge.fury.io/rb/un_used_methods)
[![Ruby](https://github.com/Dhamo1107/un_used_methods/actions/workflows/main.yml/badge.svg)](https://github.com/Dhamo1107/un_used_methods/actions/workflows/main.yml)

The `un_used_methods` gem is designed to help you identify and clean up unused methods in your Ruby on Rails application. In a large codebase, it can be challenging to track which methods are actively used and which are obsolete. The `un_used_methods` gem scans your application's codebase and identifies methods that are defined but not used anywhere else in your project. This helps you spot and remove unnecessary code, improving maintainability and performance.

Expand Down

0 comments on commit de7d456

Please sign in to comment.