From 854b1f6072298ea96139e282d70e1276a959761e Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 22 Jan 2024 10:11:34 +0900 Subject: [PATCH] Document about drb at Ruby 3.4 --- doc/maintainers.md | 8 +++----- doc/standard_library.rdoc | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/doc/maintainers.md b/doc/maintainers.md index f53b6567b6..f4b09b2db6 100644 --- a/doc/maintainers.md +++ b/doc/maintainers.md @@ -114,11 +114,6 @@ have commit right, others don't. * https://github.com/ruby/digest * https://rubygems.org/gems/digest -#### lib/drb.rb, lib/drb/* -* Masatoshi SEKI (seki) -* https://github.com/ruby/drb -* https://rubygems.org/gems/drb - #### lib/erb.rb * Masatoshi SEKI (seki) * Takashi Kokubun (k0kubun) @@ -474,6 +469,9 @@ have commit right, others don't. #### rinda * https://github.com/ruby/rinda +#### drb +* https://github.com/ruby/drb + ## Platform Maintainers ### mswin64 (Microsoft Windows) * NAKAMURA Usaku (usa) diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc index d97207b535..4833defe45 100644 --- a/doc/standard_library.rdoc +++ b/doc/standard_library.rdoc @@ -39,7 +39,6 @@ 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 DidYouMean:: "Did you mean?" experience in Ruby -DRb:: Distributed object system for Ruby English:: Provides references to special global variables with less cryptic names ERB:: An easy to use but powerful templating system for Ruby ErrorHighlight:: Highlight error location in your code @@ -130,3 +129,4 @@ Observable:: Provides a mechanism for publish/subscribe pattern in Ruby Abbrev:: Calculates a set of unique abbreviations for a given set of strings resolv-replace.rb:: Replace Socket DNS with Resolv Rinda:: The Linda distributed computing paradigm in Ruby +DRb:: Distributed object system for Ruby