From f6680c9ad1b334f094144d788887cd33f7043f41 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 20 Oct 2020 21:33:02 +0900 Subject: [PATCH] Added rbs and typeprof to doc/* --- doc/maintainers.rdoc | 4 ++++ doc/standard_library.rdoc | 2 ++ 2 files changed, 6 insertions(+) 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