diff options
author | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-08-10 06:06:32 +0000 |
---|---|---|
committer | hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2018-08-10 06:06:32 +0000 |
commit | f945ea86d84f30772f2af5134626e9ca613dd9d7 (patch) | |
tree | c86f8da213a959692d1668f2642cabf267abd3e4 /doc/standard_library.rdoc | |
parent | 7fbd88239fe586815be5eb85cefd15ce04ec8049 (diff) | |
download | bundler-f945ea86d84f30772f2af5134626e9ca613dd9d7.tar.gz |
Move IPAddr to deafult gems category.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64267 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc/standard_library.rdoc')
-rw-r--r-- | doc/standard_library.rdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc index 82cfe9d1b3..09dc61bc52 100644 --- a/doc/standard_library.rdoc +++ b/doc/standard_library.rdoc @@ -19,7 +19,6 @@ English.rb:: Require 'English.rb' to reference global variables with less crypti ERB:: An easy to use but powerful templating system for Ruby Find:: This module supports top-down traversal of a set of file paths GetoptLong:: Parse command line options similar to the GNU C getopt_long() -IPAddr:: Provides methods to manipulate IPv4 and IPv6 IP addresses MakeMakefile:: Module used to generate a Makefile for C extensions Monitor:: Provides an object or module to use safely by more than one thread Net::FTP:: Support for the File Transfer Protocol @@ -81,6 +80,7 @@ CSV:: Provides an interface to read and write CSV files and data E2MM:: Module for defining custom exceptions with specific messages FileUtils:: Several file utility methods for copying, moving, removing, etc Forwardable:: Provides delegation of specified methods to a designated object +IPAddr:: Provides methods to manipulate IPv4 and IPv6 IP addresses IRB:: Interactive Ruby command-line tool for REPL (Read Eval Print Loop) Logger:: Provides a simple logging utility for outputting messages Matrix:: Represents a mathematical matrix. |