summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-20 01:25:59 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-07-20 01:25:59 +0000
commit43fbdfe806e3052d398a9958662064d2fea2f82b (patch)
tree3e1779e91e9ad1cfb466ff2262dbe2b8afa12b8c /doc
parentc86fc2bba5db7b5fc38714deeec29fd2948cc786 (diff)
Promote Tracer to default gems.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64000 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/maintainers.rdoc4
-rw-r--r--doc/standard_library.rdoc2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/maintainers.rdoc b/doc/maintainers.rdoc
index 344ed677fe..3ec9178985 100644
--- a/doc/maintainers.rdoc
+++ b/doc/maintainers.rdoc
@@ -133,8 +133,6 @@ Zachary Scott (zzak)
Tanaka Akira (akr)
[lib/timeout.rb]
Yukihiro Matsumoto (matz)
-[lib/tracer.rb]
- Keiju ISHITSUKA (keiju)
[lib/tsort.rb]
Tanaka Akira (akr)
[lib/un.rb]
@@ -223,6 +221,8 @@ Zachary Scott (zzak)
https://github.com/ruby/scanf
[lib/sync.rb]
Keiju ISHITSUKA (keiju)
+[lib/tracer.rb]
+ Keiju ISHITSUKA (keiju)
[lib/webrick.rb, lib/webrick/*]
Eric Wong (normalperson)
https://bugs.ruby-lang.org/
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index 5c1e2dc4c3..e9fd533f32 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -55,7 +55,6 @@ ThreadsWait:: Watches for termination of multiple threads
Time:: Extends the Time class with methods for parsing and conversion
Timeout:: Auto-terminate potentially long-running operations in Ruby
tmpdir.rb:: Extends the Dir class to manage the OS temporary file path
-Tracer:: Outputs a source level execution trace of a Ruby program
TSort:: Topological sorting using Tarjan's algorithm
un.rb:: Utilities to replace common UNIX commands
URI:: A Ruby module providing support for Uniform Resource Identifiers
@@ -95,6 +94,7 @@ 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)
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
== Extensions