Ruby is an extremely easy to use, syntactically elegant, dynamically typed language.
Ruby announced the release of RBS, a syntax language to describe the structure of Ruby programs, with the release of version 3.0
RBS is an extremely useful tool chain that can be used to run static type checks on your Ruby programs to prevent type mismatch errors to the maximum extent.
This project mainly aims at providing RBS files for third party gems, integrating it with the RBS CLI so that Ruby developers can utilize these files to run type checks on their programs.
This project also aims at fixing/improving the functionality of the current RBS tool chain, since RBS tool chain is a recent initiative undertaken by the Ruby Core Team.