ruby-changes:45508
From: hsbt <ko1@a...>
Date: Thu, 9 Feb 2017 20:26:25 +0900 (JST)
Subject: [ruby-changes:45508] hsbt:r57581 (trunk): Update latest infomation of standard libraries.
hsbt 2017-02-09 20:26:21 +0900 (Thu, 09 Feb 2017) New Revision: 57581 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=57581 Log: Update latest infomation of standard libraries. * Added Bundled gems section. * Added IO::console to Default gems. * Move XMLRPC to Bundled gems section. Modified files: trunk/doc/standard_library.rdoc Index: doc/standard_library.rdoc =================================================================== --- doc/standard_library.rdoc (revision 57580) +++ doc/standard_library.rdoc (revision 57581) @@ -72,7 +72,6 @@ TSort:: Topological sorting using Tarjan https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L72 un.rb:: Utilities to replace common UNIX commands URI:: A Ruby module providing support for Uniform Resource Identifiers WeakRef:: Allows a referenced object to be garbage-collected -XMLRPC:: Remote Procedure Call over HTTP support for Ruby YAML:: Ruby client library for the Psych YAML implementation == Extensions @@ -112,8 +111,21 @@ BigDecimal:: Provides arbitrary-precisio https://github.com/ruby/ruby/blob/trunk/doc/standard_library.rdoc#L111 Date:: A subclass of Object includes Comparable module for handling dates DateTime:: Subclass of Date to handling dates, hours, minutes, seconds, offsets DBM:: Provides a wrapper for the UNIX-style Database Manager Library +IO::console:: Console interface JSON:: Implements Javascript Object Notation for Ruby OpenSSL:: Provides SSL, TLS and general purpose cryptography for Ruby Psych:: A YAML parser and emitter for Ruby StringScanner:: Provides lexical scanning operations on a String Zlib:: Ruby interface for the zlib compression/decompression library + += Bundled gems + +== Libraries + +DidYouMean:: "Did you mean?" experience in Ruby +MiniTest:: A test suite with TDD, BDD, mocking and benchmarking +Net::Telnet:: Telnet client library for Ruby +PowerAssert:: Power Assert for Ruby. +Rake:: Ruby build program with capabilities similar to make +Test::Unit:: A compatibility layer for MiniTest +XMLRPC:: Remote Procedure Call over HTTP support for Ruby -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/