summaryrefslogtreecommitdiff
path: root/doc/standard_library.rdoc
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/standard_library.rdoc
parentc1059e99d3f74fdd5d9a9792544a9ebc8a10edf7 (diff)
Remove e2mmap entries from docs
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/2699
Diffstat (limited to 'doc/standard_library.rdoc')
-rw-r--r--doc/standard_library.rdoc1
1 files changed, 0 insertions, 1 deletions
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()