ruby-changes:44507
From: sho-h <ko1@a...>
Date: Sat, 5 Nov 2016 16:18:52 +0900 (JST)
Subject: [ruby-changes:44507] sho-h:r56580 (trunk): * doc/standard_library.rdoc: remove "thread.rb" phrase because
sho-h 2016-11-05 16:18:48 +0900 (Sat, 05 Nov 2016) New Revision: 56580 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56580 Log: * doc/standard_library.rdoc: remove "thread.rb" phrase because Queue and ConditionVariable were moved to built-in class. Modified files: trunk/doc/standard_library.rdoc Index: doc/standard_library.rdoc =================================================================== --- doc/standard_library.rdoc (revision 56579) +++ doc/standard_library.rdoc (revision 56580) @@ -13,7 +13,7 @@ Base64:: Support for encoding and decodi https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L13 Benchmark:: Provides methods to measure and report the time used to execute code CGI:: Support for the Common Gateway Interface protocol CMath:: Provides Trigonometric and Transcendental functions for complex numbers -ConditionVariable:: Augments the Mutex class, provided by thread.rb +ConditionVariable:: Augments the Mutex class CSV:: Provides an interface to read and write CSV files and data DEBUGGER__:: Debugging functionality for Ruby Delegator:: Provides three abilities to delegate method calls to an object @@ -49,7 +49,7 @@ Prime:: Prime numbers and factorization https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L49 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, provided by thread.rb +Queue:: Synchronized communication between threads Racc:: A LALR(1) parser generator written in Ruby. RbConfig:: Information of your configure and build of Ruby RDoc:: Produces HTML and command-line documentation for Ruby -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/