From 70b4be792eed5e1eac4a5db48ed325fa5a68a10a Mon Sep 17 00:00:00 2001 From: Dhamo1107 <101543595+Dhamo1107@users.noreply.github.com> Date: Wed, 28 Aug 2024 19:26:12 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ef28abc..b08f607 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,10 @@ This command will analyze your codebase and print out any unused methods it find Unused Methods found in your model, controller and helper directories: app/models/test.rb: another_method ``` +Or +```plaintext +No unused methods found! +``` ## Configuration