summaryrefslogtreecommitdiff
path: root/doc/standard_library.rdoc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-02-11 14:10:49 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-02-11 14:10:49 +0900
commit3e788241eaf5ff1c6d8ea12e24cbef76550b7229 (patch)
tree392531a417274a8f982711b41abcdbd2a3e5e0c6 /doc/standard_library.rdoc
parent66e636ab24fb980a7d59221bb147a88944e2b3d3 (diff)
Update the documentation for weakref
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 38de1cc754..ef7d130ddb 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -37,7 +37,6 @@ Time:: Extends the Time class with methods for parsing and conversion
tmpdir.rb:: Extends the Dir class to manage the OS temporary file path
TSort:: Topological sorting using Tarjan's algorithm
un.rb:: Utilities to replace common UNIX commands
-WeakRef:: Allows a referenced object to be garbage-collected
== Extensions
@@ -86,6 +85,7 @@ Tracer:: Outputs a source level execution trace of a Ruby program
URI:: A Ruby module providing support for Uniform Resource Identifiers
WEBrick:: An HTTP server toolkit for Ruby
YAML:: Ruby client library for the Psych YAML implementation
+WeakRef:: Allows a referenced object to be garbage-collected
== Extensions