Description
Adds RBS type signature support for Ruby code and standard library definitions. It is useful for static analysis, editor assistance, API documentation, and gradual typing in Ruby projects.
Type signatures describe intent but do not replace runtime checks. Keep signatures aligned with implementation and test public APIs after changing them.