aboutsummaryrefslogtreecommitdiffstats
path: root/doc/standard_library.rdoc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-02-11 14:14:58 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-02-11 14:27:15 +0900
commitf905f694ccc1f97c77af78d8d7881aa7c9ddabd3 (patch)
tree5ace1d668d281983443165ab1cb82a223442c9b4 /doc/standard_library.rdoc
parent3e788241eaf5ff1c6d8ea12e24cbef76550b7229 (diff)
downloadruby-f905f694ccc1f97c77af78d8d7881aa7c9ddabd3.tar.gz
Monitor is extention library now
Diffstat (limited to 'doc/standard_library.rdoc')
-rw-r--r--doc/standard_library.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index ef7d130ddb..a09eaf6c4c 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -16,7 +16,6 @@ English.rb:: Require 'English.rb' to reference global variables with less crypti
ERB:: An easy to use but powerful templating system for Ruby
Find:: This module supports top-down traversal of a set of file paths
MakeMakefile:: Module used to generate a Makefile for C extensions
-Monitor:: Provides an object or module to use safely by more than one thread
Net::FTP:: Support for the File Transfer Protocol
Net::HTTP:: HTTP client api for Ruby
Net::IMAP:: Ruby client api for Internet Message Access Protocol
@@ -43,6 +42,7 @@ un.rb:: Utilities to replace common UNIX commands
Coverage:: Provides coverage measurement for Ruby
Digest:: Provides a framework for message digest libraries
IO:: Extensions for Ruby IO class, including #wait and ::console
+Monitor:: Provides an object or module to use safely by more than one thread
NKF:: Ruby extension for Network Kanji Filter
objspace:: Extends ObjectSpace module to add methods for internal statistics
Pathname:: Representation of the name of a file or directory on the filesystem