aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-07 13:21:46 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-07 16:36:14 +0900
commit1159dbf305603b60a1e5d2b9ff77a9cf30775296 (patch)
tree42f11e4299ced5f0b68250eb1a12d88f97a96fca /doc
parent3b0bd34001bbb7ba98e9594278a8fcbb7b734af9 (diff)
downloadruby-1159dbf305603b60a1e5d2b9ff77a9cf30775296.tar.gz
Promote delegate to default gems
Diffstat (limited to 'doc')
-rw-r--r--doc/maintainers.rdoc6
-rw-r--r--doc/standard_library.rdoc2
2 files changed, 5 insertions, 3 deletions
diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index cf13ad6588..32d6296830 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -52,8 +52,6 @@ Zachary Scott (zzak)
Masatoshi SEKI (seki)
[lib/debug.rb]
_unmaintained_
-[lib/delegate.rb]
- _unmaintained_
[lib/erb.rb]
Masatoshi SEKI (seki), Takashi Kokubun (k0kubun)
[lib/find.rb]
@@ -170,6 +168,10 @@ Zachary Scott (zzak)
Kenta Murata (mrkn), Kouhei Sutou (kou)
https://github.com/ruby/csv
https://rubygems.org/gems/csv
+[lib/delegate.rb]
+ _unmaintained_
+ https://github.com/ruby/delegate
+ https://rubygems.org/gems/delegate
[lib/e2mmap.rb]
Keiju ISHITSUKA (keiju)
https://rubygems.org/gems/e2mmap
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index a18d6ea001..3e4c7de7f7 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -13,7 +13,6 @@ Base64:: Support for encoding and decoding binary data using a Base64 representa
Benchmark:: Provides methods to measure and report the time used to execute code
CGI:: Support for the Common Gateway Interface protocol
DEBUGGER__:: Debugging functionality for Ruby
-Delegator:: Provides three abilities to delegate method calls to an object
DRb:: Distributed object system for Ruby
English.rb:: Require 'English.rb' to reference global variables with less cryptic names
ERB:: An easy to use but powerful templating system for Ruby
@@ -69,6 +68,7 @@ WIN32OLE:: Provides an interface for OLE Automation in Ruby
Bundler:: Manage your Ruby application's gem dependencies
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