summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-10-06 21:05:03 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-10-08 16:40:46 +0900
commit0f9edf2f48cf30735dde4fb0e9f357b33f567c7c (patch)
tree8373ff76a8ef0812784b7db7f530fd021ae689f1 /doc
parent2711e3bab960da785c749fafaac22c7b4758505d (diff)
Promote prettyprint to default gems
Diffstat (limited to 'doc')
-rw-r--r--doc/maintainers.rdoc5
-rw-r--r--doc/standard_library.rdoc2
2 files changed, 4 insertions, 3 deletions
diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index 7773de7af0..c936e92059 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -44,8 +44,6 @@ Zachary Scott (zzak)
_unmaintained_
[lib/mkmf.rb]
_unmaintained_
-[lib/prettyprint.rb]
- Tanaka Akira (akr)
[lib/rubygems.rb, lib/rubygems/*]
Eric Hodel (drbrain), Hiroshi SHIBATA (hsbt)
https://github.com/rubygems/rubygems
@@ -196,6 +194,9 @@ Zachary Scott (zzak)
[lib/pp.rb]
Tanaka Akira (akr)
https://github.com/ruby/pp
+[lib/prettyprint.rb]
+ Tanaka Akira (akr)
+ https://github.com/ruby/prettyprint
[lib/prime.rb]
Yuki Sonoda (yugui)
https://github.com/ruby/prime
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index f4c54fd531..9667853eea 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -11,7 +11,6 @@ description.
DEBUGGER__:: Debugging functionality for Ruby
DRb:: Distributed object system for Ruby
MakeMakefile:: Module used to generate a Makefile for C extensions
-PrettyPrinter:: Implements a pretty printing algorithm for readable structure
RbConfig:: Information of your configure and build of Ruby
Gem:: Package management framework for Ruby
un.rb:: Utilities to replace common UNIX commands
@@ -62,6 +61,7 @@ Open3:: Provides access to stdin, stdout and stderr when running other programs
OpenStruct:: Class to build custom data structures, similar to a Hash
OpenURI:: An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP
PP:: Provides a PrettyPrinter for Ruby objects
+PrettyPrinter:: Implements a pretty printing algorithm for readable structure
Prime:: Prime numbers and factorization library
PStore:: Implements a file based persistence mechanism based on a Hash
Racc:: A LALR(1) parser generator written in Ruby.