aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-rbs/pkg-descr
blob: a81913a811a032777f3b9d875d00c6eec9d65eb6 (plain) (blame)
1
2
3
4
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.