summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-10-20 21:33:02 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-10-20 21:33:02 +0900
commitf6680c9ad1b334f094144d788887cd33f7043f41 (patch)
tree06fb6b63adbafeff23faf80d75751afa3e3f4263 /doc
parent67c25a34a7c70e3cec868472517b699b1e881857 (diff)
Added rbs and typeprof to doc/*
Diffstat (limited to 'doc')
-rw-r--r--doc/maintainers.rdoc4
-rw-r--r--doc/standard_library.rdoc2
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index ef3fa932fc..ed510cce90 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -378,3 +378,7 @@ Zachary Scott (zzak)
https://github.com/ruby/rexml
[rss]
https://github.com/ruby/rss
+[rbs]
+ https://github.com/ruby/rbs
+[typeprof]
+ http://github.com/ruby/typeprof
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index 75ffaf5d5c..ea786d50b2 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -115,3 +115,5 @@ Rake:: Ruby build program with capabilities similar to make
Test::Unit:: A compatibility layer for MiniTest
REXML:: An XML toolkit for Ruby
RSS:: Family of libraries that support various formats of XML "feeds"
+RBS:: RBS is a language to describe the structure of Ruby programs
+TypeProf:: A type analysis tool for Ruby code based on abstract interpretation