Rdoc, a documentation generator for #ruby, adds support for rbs which allows for type checking in ruby. For me the biggest hurdle was th…
#Rdoc, a documentation generator for #ruby, adds support for rbs which allows for type checking in ruby. For me the biggest hurdle was the duplication, describe params in documentation, and then decide between #rbs and #sorbet... I kinda hoped for inline rbs but even forgot about it. This looks promising for typing in ruby (even though mostly I could work perfectly without 😅)