summaryrefslogtreecommitdiff
path: root/doc/standard_library.rdoc
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/standard_library.rdoc
parent67c25a34a7c70e3cec868472517b699b1e881857 (diff)
Added rbs and typeprof to doc/*
Diffstat (limited to 'doc/standard_library.rdoc')
-rw-r--r--doc/standard_library.rdoc2
1 files changed, 2 insertions, 0 deletions
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