mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* doc/standard_library.rdoc: Remove obsoleted classes and modules.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54843 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6b16db9c80
commit
5576a93756
2 changed files with 4 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Sat Apr 30 19:20:40 2016 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||||
|
|
||||||
|
* doc/standard_library.rdoc: Remove obsoleted classes and modules.
|
||||||
|
|
||||||
Sat Apr 30 19:09:23 2016 Tanaka Akira <akr@fsij.org>
|
Sat Apr 30 19:09:23 2016 Tanaka Akira <akr@fsij.org>
|
||||||
|
|
||||||
* numeric.c (int_lt): Define Integer#<.
|
* numeric.c (int_lt): Define Integer#<.
|
||||||
|
|
|
@ -38,7 +38,6 @@ Net::HTTP:: HTTP client api for Ruby
|
||||||
Net::IMAP:: Ruby client api for Internet Message Access Protocol
|
Net::IMAP:: Ruby client api for Internet Message Access Protocol
|
||||||
Net::POP3:: Ruby client library for POP3
|
Net::POP3:: Ruby client library for POP3
|
||||||
Net::SMTP:: Simple Mail Transfer Protocol client library for Ruby
|
Net::SMTP:: Simple Mail Transfer Protocol client library for Ruby
|
||||||
Net::Telnet:: Telnet client library for Ruby
|
|
||||||
Observable:: Provides a mechanism for publish/subscribe pattern in Ruby
|
Observable:: Provides a mechanism for publish/subscribe pattern in Ruby
|
||||||
OpenURI:: An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP
|
OpenURI:: An easy-to-use wrapper for Net::HTTP, Net::HTTPS and Net::FTP
|
||||||
Open3:: Provides access to stdin, stdout and stderr when running other programs
|
Open3:: Provides access to stdin, stdout and stderr when running other programs
|
||||||
|
@ -52,7 +51,6 @@ Profiler__:: Provides a way to profile your Ruby application
|
||||||
PStore:: Implements a file based persistence mechanism based on a Hash
|
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, provided by thread.rb
|
||||||
Racc:: A LALR(1) parser generator written in Ruby.
|
Racc:: A LALR(1) parser generator written in Ruby.
|
||||||
Rake:: Ruby build program with capabilities similar to make
|
|
||||||
RbConfig:: Information of your configure and build of Ruby
|
RbConfig:: Information of your configure and build of Ruby
|
||||||
RDoc:: Produces HTML and command-line documentation for Ruby
|
RDoc:: Produces HTML and command-line documentation for Ruby
|
||||||
resolv-replace.rb:: Replace Socket DNS with Resolv
|
resolv-replace.rb:: Replace Socket DNS with Resolv
|
||||||
|
@ -109,7 +107,6 @@ Socket:: Access underlying OS socket implementations
|
||||||
StringIO:: Pseudo I/O on String objects
|
StringIO:: Pseudo I/O on String objects
|
||||||
StringScanner:: Provides lexical scanning operations on a String
|
StringScanner:: Provides lexical scanning operations on a String
|
||||||
Syslog:: Ruby interface for the POSIX system logging facility
|
Syslog:: Ruby interface for the POSIX system logging facility
|
||||||
Thread:: Provides support classes for threaded programs
|
|
||||||
Tk:: Provides a framework for building a Graphical User Interface (GUI)
|
Tk:: Provides a framework for building a Graphical User Interface (GUI)
|
||||||
WIN32OLE:: Provides an interface for OLE Automation in Ruby
|
WIN32OLE:: Provides an interface for OLE Automation in Ruby
|
||||||
Zlib:: Ruby interface for the zlib compression/decompression library
|
Zlib:: Ruby interface for the zlib compression/decompression library
|
||||||
|
|
Loading…
Add table
Reference in a new issue