aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-09-20 12:42:53 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-09-20 12:43:11 +0900
commit67a6662032d0a7c4af07f44c2046cd0ed2d7d253 (patch)
treec792dabafbd7c5928fe7dbc55def8e47e4d11416 /doc
parenta3b85016149f4f73f08c739626b2f02badd5ad17 (diff)
downloadruby-67a6662032d0a7c4af07f44c2046cd0ed2d7d253.tar.gz
Removed Scanf from the ruby repository.
Diffstat (limited to 'doc')
-rw-r--r--doc/maintainers.rdoc3
-rw-r--r--doc/standard_library.rdoc1
2 files changed, 0 insertions, 4 deletions
diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index 370dce509a..c2e3600e26 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -220,9 +220,6 @@ Zachary Scott (zzak)
[lib/rss.rb, lib/rss/*]
Kouhei Sutou (kou)
https://github.com/ruby/rss
-[lib/scanf.rb]
- David A. Black (dblack)
- https://github.com/ruby/scanf
[lib/shell.rb, lib/shell/*]
Keiju ISHITSUKA (keiju)
https://github.com/ruby/shell
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index b11ca9300d..3edfa8a96c 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -87,7 +87,6 @@ Racc:: A LALR(1) parser generator written in Ruby.
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
ThreadsWait:: Watches for termination of multiple threads