Document about rinda at Ruby 3.4
This commit is contained in:
parent
411cda2d5c
commit
ce73fbd717
@ -236,11 +236,6 @@ have commit right, others don't.
|
|||||||
* https://github.com/ruby/reline
|
* https://github.com/ruby/reline
|
||||||
* https://rubygems.org/gems/reline
|
* https://rubygems.org/gems/reline
|
||||||
|
|
||||||
#### lib/rinda/*
|
|
||||||
* Masatoshi SEKI (seki)
|
|
||||||
* https://github.com/ruby/rinda
|
|
||||||
* https://rubygems.org/gems/rinda
|
|
||||||
|
|
||||||
#### lib/securerandom.rb
|
#### lib/securerandom.rb
|
||||||
* Tanaka Akira (akr)
|
* Tanaka Akira (akr)
|
||||||
* https://github.com/ruby/securerandom
|
* https://github.com/ruby/securerandom
|
||||||
@ -476,6 +471,9 @@ have commit right, others don't.
|
|||||||
#### lib/resolv-replace.rb
|
#### lib/resolv-replace.rb
|
||||||
* https://github.com/ruby/resolv-replace
|
* https://github.com/ruby/resolv-replace
|
||||||
|
|
||||||
|
#### rinda
|
||||||
|
* https://github.com/ruby/rinda
|
||||||
|
|
||||||
## Platform Maintainers
|
## Platform Maintainers
|
||||||
### mswin64 (Microsoft Windows)
|
### mswin64 (Microsoft Windows)
|
||||||
* NAKAMURA Usaku (usa)
|
* NAKAMURA Usaku (usa)
|
||||||
|
@ -62,7 +62,6 @@ Readline:: Wrapper for Readline extencion and Reline
|
|||||||
Reline:: GNU Readline and Editline by pure Ruby implementation.
|
Reline:: GNU Readline and Editline by pure Ruby implementation.
|
||||||
Resolv:: Thread-aware DNS resolver library in Ruby
|
Resolv:: Thread-aware DNS resolver library in Ruby
|
||||||
RDoc:: Produces HTML and command-line documentation for Ruby
|
RDoc:: Produces HTML and command-line documentation for Ruby
|
||||||
Rinda:: The Linda distributed computing paradigm in Ruby
|
|
||||||
SecureRandom:: Interface for secure random number generator
|
SecureRandom:: Interface for secure random number generator
|
||||||
Set:: Provides a class to deal with collections of unordered, unique values
|
Set:: Provides a class to deal with collections of unordered, unique values
|
||||||
Shellwords:: Manipulates strings with word parsing rules of UNIX Bourne shell
|
Shellwords:: Manipulates strings with word parsing rules of UNIX Bourne shell
|
||||||
@ -130,3 +129,4 @@ BigDecimal:: Provides arbitrary-precision floating point decimal arithmetic
|
|||||||
Observable:: Provides a mechanism for publish/subscribe pattern in Ruby
|
Observable:: Provides a mechanism for publish/subscribe pattern in Ruby
|
||||||
Abbrev:: Calculates a set of unique abbreviations for a given set of strings
|
Abbrev:: Calculates a set of unique abbreviations for a given set of strings
|
||||||
resolv-replace.rb:: Replace Socket DNS with Resolv
|
resolv-replace.rb:: Replace Socket DNS with Resolv
|
||||||
|
Rinda:: The Linda distributed computing paradigm in Ruby
|
||||||
|
Loading…
x
Reference in New Issue
Block a user