diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/maintainers.rdoc | 4 | ||||
-rw-r--r-- | doc/standard_library.rdoc | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc index 3ec9178985..1b5fb9fd14 100644 --- a/doc/maintainers.rdoc +++ b/doc/maintainers.rdoc @@ -117,8 +117,6 @@ Zachary Scott (zzak) Akinori MUSHA (knu) [lib/securerandom.rb] Tanaka Akira (akr) -[lib/shell.rb, lib/shell/*] - Keiju ISHITSUKA (keiju) [lib/shellwords.rb] Akinori MUSHA (knu) [lib/singleton.rb] @@ -219,6 +217,8 @@ Zachary Scott (zzak) [lib/scanf.rb] David A. Black (dblack) https://github.com/ruby/scanf +[lib/shell.rb, lib/shell/*] + Keiju ISHITSUKA (keiju) [lib/sync.rb] Keiju ISHITSUKA (keiju) [lib/tracer.rb] diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc index e9fd533f32..1919e225f5 100644 --- a/doc/standard_library.rdoc +++ b/doc/standard_library.rdoc @@ -47,7 +47,6 @@ Rinda:: The Linda distributed computing paradigm in Ruby Gem:: Package management framework for Ruby SecureRandom:: Interface for secure random number generator Set:: Provides a class to deal with collections of unordered, unique values -Shell:: An idiomatic Ruby interface for common UNIX shell commands Shellwords:: Manipulates strings with word parsing rules of UNIX Bourne shell Singleton:: Implementation of the Singleton pattern for Ruby Tempfile:: A utility class for managing temporary files @@ -93,6 +92,7 @@ RDoc:: Produces HTML and command-line documentation for Ruby REXML:: An XML toolkit for Ruby RSS:: Family of libraries that support various formats of XML "feeds" Scanf:: A Ruby implementation of the C function scanf(3) +Shell:: An idiomatic Ruby interface for common UNIX shell commands Synchronizer:: A module that provides a two-phase lock with a counter Tracer:: Outputs a source level execution trace of a Ruby program WEBrick:: An HTTP server toolkit for Ruby |