From 2b5a801c1bdb531121d9ef6c8e053cd345f32bd9 Mon Sep 17 00:00:00 2001 From: hsbt Date: Wed, 20 Jun 2018 12:51:38 +0000 Subject: ConditionVariable and Queue is not standard library. They are located under the Thread class. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/standard_library.rdoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc index 493bca9d33..839aa7ef2f 100644 --- a/doc/standard_library.rdoc +++ b/doc/standard_library.rdoc @@ -12,7 +12,6 @@ Abbrev:: Calculates a set of unique abbreviations for a given set of strings Base64:: Support for encoding and decoding binary data using a Base64 representation Benchmark:: Provides methods to measure and report the time used to execute code CGI:: Support for the Common Gateway Interface protocol -ConditionVariable:: Augments the Mutex class DEBUGGER__:: Debugging functionality for Ruby Delegator:: Provides three abilities to delegate method calls to an object DRb:: Distributed object system for Ruby @@ -41,7 +40,6 @@ PrettyPrinter:: Implements a pretty printing algorithm for readable structure profile.rb:: Runs the Ruby Profiler__ Profiler__:: Provides a way to profile your Ruby application PStore:: Implements a file based persistence mechanism based on a Hash -Queue:: Synchronized communication between threads Racc:: A LALR(1) parser generator written in Ruby. RbConfig:: Information of your configure and build of Ruby resolv-replace.rb:: Replace Socket DNS with Resolv -- cgit v1.2.3