mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update the documentation for weakref
This commit is contained in:
parent
66e636ab24
commit
3e788241ea
2 changed files with 4 additions and 3 deletions
|
@ -99,8 +99,6 @@ Zachary Scott (zzak)
|
||||||
WATANABE Hirofumi (eban)
|
WATANABE Hirofumi (eban)
|
||||||
[lib/unicode_normalize.rb, lib/unicode_normalize/*]
|
[lib/unicode_normalize.rb, lib/unicode_normalize/*]
|
||||||
Martin J. Dürst
|
Martin J. Dürst
|
||||||
[lib/weakref.rb]
|
|
||||||
_unmaintained_
|
|
||||||
|
|
||||||
=== Extensions
|
=== Extensions
|
||||||
|
|
||||||
|
@ -261,6 +259,9 @@ Zachary Scott (zzak)
|
||||||
[lib/yaml.rb, lib/yaml/*]
|
[lib/yaml.rb, lib/yaml/*]
|
||||||
Aaron Patterson (tenderlove), Hiroshi SHIBATA (hsbt)
|
Aaron Patterson (tenderlove), Hiroshi SHIBATA (hsbt)
|
||||||
https://github.com/ruby/yaml
|
https://github.com/ruby/yaml
|
||||||
|
[lib/weakref.rb]
|
||||||
|
_unmaintained_
|
||||||
|
https://github.com/ruby/weakref
|
||||||
|
|
||||||
=== Extensions
|
=== Extensions
|
||||||
|
|
||||||
|
|
|
@ -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
|
tmpdir.rb:: Extends the Dir class to manage the OS temporary file path
|
||||||
TSort:: Topological sorting using Tarjan's algorithm
|
TSort:: Topological sorting using Tarjan's algorithm
|
||||||
un.rb:: Utilities to replace common UNIX commands
|
un.rb:: Utilities to replace common UNIX commands
|
||||||
WeakRef:: Allows a referenced object to be garbage-collected
|
|
||||||
|
|
||||||
== Extensions
|
== 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
|
URI:: A Ruby module providing support for Uniform Resource Identifiers
|
||||||
WEBrick:: An HTTP server toolkit for Ruby
|
WEBrick:: An HTTP server toolkit for Ruby
|
||||||
YAML:: Ruby client library for the Psych YAML implementation
|
YAML:: Ruby client library for the Psych YAML implementation
|
||||||
|
WeakRef:: Allows a referenced object to be garbage-collected
|
||||||
|
|
||||||
== Extensions
|
== Extensions
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue