summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-08-21 20:18:44 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-08-21 20:18:44 +0900
commit8c97883b738ad9749848d9a10fce87df0f9b1bf3 (patch)
treeb1b5520b68afb73d219f1abd382283b738eb5861 /doc
parentbc374e5cea0fe0eb77da0ee78930c22d7afbd34a (diff)
Promote erb 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 c0d47b5cab..b5934b7688 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -46,8 +46,6 @@ Zachary Scott (zzak)
Masatoshi SEKI (seki)
[lib/debug.rb]
_unmaintained_
-[lib/erb.rb]
- Masatoshi SEKI (seki), Takashi Kokubun (k0kubun)
[lib/mkmf.rb]
_unmaintained_
[lib/open-uri.rb]
@@ -138,6 +136,9 @@ Zachary Scott (zzak)
[lib/did_you_mean.rb]
Yuki Nishijima (yuki24)
https://github.com/ruby/did_you_mean
+[lib/erb.rb]
+ Masatoshi SEKI (seki), Takashi Kokubun (k0kubun)
+ https://github.com/ruby/erb
[lib/fileutils.rb]
_unmaintained_
https://github.com/ruby/fileutils
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index 2ec088ca86..2f65c0b028 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -12,7 +12,6 @@ Abbrev:: Calculates a set of unique abbreviations for a given set of strings
Base64:: Support for encoding and decoding binary data using a Base64 representation
DEBUGGER__:: Debugging functionality for Ruby
DRb:: Distributed object system for Ruby
-ERB:: An easy to use but powerful templating system for Ruby
MakeMakefile:: Module used to generate a Makefile for C extensions
OpenURI:: An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP
PP:: Provides a PrettyPrinter for Ruby objects
@@ -52,6 +51,7 @@ CSV:: Provides an interface to read and write CSV files and data
Delegator:: Provides three abilities to delegate method calls to an object
DidYouMean:: "Did you mean?" experience in Ruby
English.rb:: Require 'English.rb' to reference global variables with less cryptic names
+ERB:: An easy to use but powerful templating system for Ruby
FileUtils:: Several file utility methods for copying, moving, removing, etc
Find:: This module supports top-down traversal of a set of file paths
Forwardable:: Provides delegation of specified methods to a designated object