Acerca de
The Ruby Sorbet Type Generator skill automates the implementation of Sorbet type signatures by inserting 'sig' blocks directly into your Ruby code. It intelligently analyzes classes, modules, and methods to infer precise types, effectively eliminating the need for 'T.untyped'. By automatically managing 'extend T::Sig' declarations and validating signatures via 'srb tc', this tool ensures your Ruby projects maintain high standards of type safety and documentation without the manual overhead of traditional annotation.