Document about drb at Ruby 3.4

This commit is contained in:
Hiroshi SHIBATA 2024-01-22 10:11:34 +09:00
parent 87f16fbc6d
commit 854b1f6072
2 changed files with 4 additions and 6 deletions

View File

@ -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)

View File

@ -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