Registry / utility / debride

debride

JSON →
library1.15.2rbrubygemsunverified

Analyze Ruby code for potentially uncalled or dead methods, with optional auto-removal.

gem install debride
INSTALL
IMPORT
SIG · DEBRIDE
D
debride
utilityrubyv1.15.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Debride
require 'debride'

Run debride to find dead methods in the current project.

require 'debride' Debride.new.run
Debug
Known issues
gotchaStatic analysis may produce false positives for dynamically called methods.
fix
Use whitelisting options like --whitelist or --whitelist-regex to exclude known methods.
affects: >= 1.0.0
Upgrade
Version history
1.15.2latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
debride — gem install debride · libregistry