There are two primary metrics that we recommend to track adoption of Sorbet in a codebase:| sorbet.org
Sorbet supports marking methods, classes, and modules "final", which limits how they can be overridden and extended, making some patterns easier to reason about and depend on.| sorbet.org
This is one of three docs aimed at helping answer common questions about Sorbet:| sorbet.org
This doc will cover how to enable and disable the **static checks** that Sorbet| sorbet.org
> This page describes the syntax of method signatures, or `sig`s. For a complete| sorbet.org
Sorbet provides the most value when it has a wealth of programmer-supplied| sorbet.org
We're excited to announce that Sorbet is now [open source] and you can try it| sorbet.org
As we've mentioned before, Sorbet is a [gradual](/docs/gradual) system: it can be| sorbet.org
Sorbet supports method override checking. These checks are implemented as `sig`| sorbet.org