summaryrefslogtreecommitdiff
path: root/doc/standard_library.rdoc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-24 18:20:07 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-05-25 13:13:52 +0900
commitab3266ea5c2c45b6e0ce9ba377a035710cb4fd1b (patch)
treea40468d4fd241f1589f081e4b42da092f4ee845c /doc/standard_library.rdoc
parent274d0aa76886c0f08f17363ce6dc8639b4336727 (diff)
Removed tracer from ruby repo
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4523
Diffstat (limited to 'doc/standard_library.rdoc')
-rw-r--r--doc/standard_library.rdoc1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index e4418aea81..7300b723e2 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -72,7 +72,6 @@ Tempfile:: A utility class for managing temporary files
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