DeepSource
Dashboard Resources Pricing Discover Directory Log in

Run your first analysis.

Find thousands of code security and quality issues in your codebase, before they end up in production.

Start now
All analyzers Ruby
Ruby

Ruby

By DeepSource

Use Analyzer
Docs
Discuss
Missing top-level documentation comment RB-ST1031
Documentation

Top-level documentation comment should be included in classes and modules. Classes with no body are exempt from the check and so are namespace modules - modules that have nothing in their bodies except classes, other modules, or

Documentation missing for public method RB-ST1032
Documentation

Public methods should have documentation.