ruby/rbs

rbs, RBS, RBS parser, на сайте с September 21, 2022 05:46
RBS is a language to describe the structure of Ruby programs. You can write down the definition of a class or module: methods defined in the class, instance variables and their types, and inheritance/mix-in relations. It also allows declaring constants and global variables.