- Updated various Ruby files to enforce strict typing with Sorbet, including controllers, jobs, and models. - Refactored method signatures across multiple classes to ensure better type checking and documentation. - Introduced `requires_ancestor` in several modules to enforce class hierarchy requirements. - Enhanced the `DbSampler` and `Scraper` classes with type signatures for better clarity and maintainability. - Added new methods in the `Domain::Fa::User` class for scan management, improving functionality and type safety. These changes aim to enhance the overall stability and maintainability of the codebase.
4 lines
35 B
Ruby
4 lines
35 B
Ruby
# typed: strict
|
|
module Scraper
|
|
end
|