aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-29 17:15:56 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2019-11-30 08:00:40 +0900
commit0950ef9a9a8e14dce44c36cf1ecaad187716a059 (patch)
tree9e3314c963697220db7fcffb9dce462e52f1431c /doc
parentc1059e99d3f74fdd5d9a9792544a9ebc8a10edf7 (diff)
downloadruby-0950ef9a9a8e14dce44c36cf1ecaad187716a059.tar.gz
Remove e2mmap entries from docs
Diffstat (limited to 'doc')
-rw-r--r--doc/maintainers.rdoc3
-rw-r--r--doc/standard_library.rdoc1
2 files changed, 0 insertions, 4 deletions
diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index 1f32b2dd6e..1fb29fb1d3 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -162,9 +162,6 @@ Zachary Scott (zzak)
_unmaintained_
https://github.com/ruby/delegate
https://rubygems.org/gems/delegate
-[lib/e2mmap.rb]
- Keiju ISHITSUKA (keiju)
- https://rubygems.org/gems/e2mmap
[lib/fileutils.rb]
_unmaintained_
https://github.com/ruby/fileutils
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index b8b445acf0..1c8f309628 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -62,7 +62,6 @@ Bundler:: Manage your Ruby application's gem dependencies
CGI:: Support for the Common Gateway Interface protocol
CSV:: Provides an interface to read and write CSV files and data
Delegator:: Provides three abilities to delegate method calls to an object
-E2MM:: Module for defining custom exceptions with specific messages
FileUtils:: Several file utility methods for copying, moving, removing, etc
Forwardable:: Provides delegation of specified methods to a designated object
GetoptLong:: Parse command line options similar to the GNU C getopt_long()